Condividi tramite


Proprietà INamedElement.QualifiedName

Ottiene il nome di questo elemento, preceduto dal nome completo del Namespace che lo contiene. Vuota se il nome è vuoto o se il nome completo dello spazio dei nomi è vuoto.

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

Sintassi

'Dichiarazione
ReadOnly Property QualifiedName As String
    Get
string QualifiedName { get; }
property String^ QualifiedName {
    String^ get ();
}
abstract QualifiedName : string
function get QualifiedName () : String

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

INamedElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes