UIDataSource.AddBuiltInProperty Method (String, Boolean)

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Sub AddBuiltInProperty ( _
    name As String, _
    value As Boolean _
)
public void AddBuiltInProperty(
    string name,
    bool value
)
public:
void AddBuiltInProperty(
    String^ name, 
    bool value
)
member AddBuiltInProperty : 
        name:string * 
        value:bool -> unit
public function AddBuiltInProperty(
    name : String, 
    value : boolean
)

Parameters

.NET Framework Security

See Also

Reference

UIDataSource Class

AddBuiltInProperty Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace