Condividi tramite


Proprietà ITypedElement.Type

Il tipo di istanza che può essere assegnato all'elemento.Se non specificato, qualsiasi istanza può essere assegnato.

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

Sintassi

'Dichiarazione
Property Type As IType
IType Type { get; set; }
property IType^ Type {
    IType^ get ();
    void set (IType^ value);
}
abstract Type : IType with get, set
function get Type () : IType
function set Type (value : IType)

Valore proprietà

Tipo: Microsoft.VisualStudio.Uml.Classes.IType

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITypedElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes