AutomationBrowsableAttribute Class

Used in the property editor.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False,  _
    Inherited := True)> _
Public NotInheritable Class AutomationBrowsableAttribute _
    Inherits Attribute
'Usage
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

Remarks

For more information about using attributes, see Extending Metadata Using Attributes.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.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.

See Also

Reference

AutomationBrowsableAttribute Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace