RemoteArgument.ContractValue プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IContractが表す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
プロパティ値
IContractが表すRemoteArgument。nullの値がまだ指定されていない場合はRemoteArgument。
例外
RemoteArgumentKind プロパティは、Contract値に設定されていません。
-又は-
TypeCode プロパティは、Object値に設定されていません。
-又は-
このプロパティは、 IsByRef プロパティが falseされている間に設定されます。