Proprietà IOperation.Type
Il tipo di valore restituito, se c " è uno.
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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.