Sdílet prostřednictvím


IOperation.Type – vlastnost

Typ vrácené hodnoty, pokud existuje.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.Uml.Classes.IType

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IOperation Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů