更新 : 2007 年 11 月
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
ビューを表示するために使用されるビュー マネージャを指定するためにモデル オブジェクト グラフのルートに追加できる属性です。
名前空間 : Microsoft.Windows.Design.Documents
アセンブリ : Microsoft.Windows.Design.Markup (Microsoft.Windows.Design.Markup.dll 内)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := True, AllowMultiple := False)> _
Public NotInheritable Class ViewManagerAttribute _
Inherits Attribute
'使用
Dim instance As ViewManagerAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public sealed class ViewManagerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = true, AllowMultiple = false)]
public ref class ViewManagerAttribute sealed : public Attribute
public final class ViewManagerAttribute extends Attribute
継承階層
System.Object
System.Attribute
Microsoft.Windows.Design.Documents.ViewManagerAttribute
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
参照
参照
Microsoft.Windows.Design.Documents 名前空間