Propriedade ITypedElement.Type

O tipo de instância que pode ser atribuído ao elemento. Se não for especificado, qualquer instância pode ser atribuída.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
Property Type As IType
    Get
    Set
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.Classes.IType

Segurança do .NET Framework

Consulte também

Referência

ITypedElement Interface

Namespace Microsoft.VisualStudio.Uml.Classes