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

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

Microsoft.VisualStudio.Data.Framework Namespace