Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether properties should be visible for automation.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property Browsable As Boolean
'Usage
Dim instance As AutomationBrowsableAttribute
Dim value As Boolean
value = instance.Browsable
public bool Browsable { get; }
public:
property bool Browsable {
bool get ();
}
public function get Browsable () : boolean
Property Value
Type: System.Boolean
Returns TRUE if properties should be visible for automation; otherwise, FALSE.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AutomationBrowsableAttribute Class
AutomationBrowsableAttribute Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace