Represents whether or not properties are visible to automation.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False, _
Inherited := True)> _
Public Class AutomationBrowsableAttribute _
Inherits Attribute
'使用
Dim instance As AutomationBrowsableAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false,
Inherited = true)]
public class AutomationBrowsableAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false,
Inherited = true)]
public ref class AutomationBrowsableAttribute : public Attribute
public class AutomationBrowsableAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.Package.AutomationBrowsableAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.