ModelBrowserBase.Title Property
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 abstract string Title { get; }
public:
property String^ Title {
virtual String^ get() abstract;
}
abstract Title : string with get
Public MustOverride ReadOnly Property Title As String
Property Value
Type: System.String
Implements
See Also
ModelBrowserBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace
Return to top