Freigeben über


IOperation.Type-Eigenschaft

Der Typ des Rückgabewerts, falls vorhanden.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.Classes.IType

.NET Framework-Sicherheit

Siehe auch

Referenz

IOperation Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace