ModelElementBrowser.Title Property

 

Current browser's title

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

Syntax

public override string Title { get; }
public:
property String^ Title {
    virtual String^ get() override;
}
override Title : string with get
Public Overrides ReadOnly Property Title As String

Property Value

Type: System.String

Implements

IModelBrowser.Title

See Also

ModelElementBrowser Class
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace

Return to top