VSDiagramViewSite.Name Property

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

Syntax

'宣言
Public Property Name As String
'使用
Dim instance As VSDiagramViewSite
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    void set (String^ value) sealed;
}
public final function get Name () : String
public final function set Name (value : String)

Property Value

Type: System.String

Implements

ISite.Name

Permissions

See Also

Reference

VSDiagramViewSite Class

VSDiagramViewSite Members

Microsoft.VisualStudio.Modeling.Shell Namespace