This topic has not yet been rated - Rate this topic

AutomationBrowsableAttribute Class

Visual Studio 2005

Represents whether or not properties are visible to automation.

Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in mpf.project.nonshipping.dll)

[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true)] 
public class AutomationBrowsableAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) */ 
public class AutomationBrowsableAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) 
public class AutomationBrowsableAttribute extends Attribute
System.Object
   System.Attribute
    Microsoft.VisualStudio.Package.AutomationBrowsableAttribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.