DataViewPropertyDescriptor.SetIsBrowsable Method
Adds a BrowsableAttribute corresponding to the specified Boolean value that indicates whether the property can be modified at design time in a Properties window.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub SetIsBrowsable ( _
value As Boolean _
)
public void SetIsBrowsable(
bool value
)
public:
void SetIsBrowsable(
bool value
)
member SetIsBrowsable :
value:bool -> unit
public function SetIsBrowsable(
value : boolean
)
Parameters
value
Type: System.Boolean
.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.