プロパティ エディタで使用されます。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False, _
Inherited := True)> _
Public NotInheritable Class AutomationBrowsableAttribute _
Inherits Attribute
'使用
Dim instance As AutomationBrowsableAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false,
Inherited = true)]
public sealed class AutomationBrowsableAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false,
Inherited = true)]
public ref class AutomationBrowsableAttribute sealed : public Attribute
public final class AutomationBrowsableAttribute extends Attribute
解説
属性の使用方法の詳細については、「属性を使用したメタデータの拡張」を参照してください。
継承階層
System.Object
System.Attribute
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.AutomationBrowsableAttribute
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。 インスタンス メンバの場合は、スレッド セーフであるとは限りません。