RemoteArgument.ContractValue Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'oggetto IContract rappresentato da RemoteArgument.
public:
property System::AddIn::Contract::IContract ^ ContractValue { System::AddIn::Contract::IContract ^ get(); void set(System::AddIn::Contract::IContract ^ value); };
public System.AddIn.Contract.IContract ContractValue { get; set; }
member this.ContractValue : System.AddIn.Contract.IContract with get, set
Public Property ContractValue As IContract
Valore della proprietà
Oggetto IContract rappresentato da RemoteArgument, null
se il valore di RemoteArgument non è stato ancora specificato.
Eccezioni
La proprietà RemoteArgumentKind non è impostata sul valore Contract.
-oppure-
La proprietà TypeCode non è impostata sul valore Object.
-oppure-
Questa proprietà viene impostata mentre la proprietà IsByRef è false
.