次の方法で共有


OperationContractGenerationContext.Contract プロパティ

定義

サービス コントラクトのコード生成コンテキストを取得します。

public:
 property System::ServiceModel::Description::ServiceContractGenerationContext ^ Contract { System::ServiceModel::Description::ServiceContractGenerationContext ^ get(); };
public System.ServiceModel.Description.ServiceContractGenerationContext Contract { get; }
member this.Contract : System.ServiceModel.Description.ServiceContractGenerationContext
Public ReadOnly Property Contract As ServiceContractGenerationContext

プロパティ値

現在の操作の ServiceContractGenerationContext

注釈

Contract プロパティを使用して、操作を含んでいるサービス コントラクトのコントラクト生成コンテキストを取得します。

適用対象