Share via


IModelBrowser.Title Property

 

The browser's title

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

string Title { get; }
property String^ Title {
    String^ get();
}
abstract Title : string with get
ReadOnly Property Title As String

Property Value

Type: System.String

See Also

IModelBrowser Interface
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace

Return to top