Condividi tramite


Proprietà INamedElement.Name

Il nome di questo elemento nello spazio dei nomi che lo contiene. In questo spazio dei nomi, non vi devono essere altri elementi con questo nome.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
Property Name As String
    Get
    Set
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

INamedElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes