다음을 통해 공유


OperationContractGenerationContext.TaskMethod 속성

정의

작업에 대한 CodeMemberMethod를 가져옵니다.

public:
 property System::CodeDom::CodeMemberMethod ^ TaskMethod { System::CodeDom::CodeMemberMethod ^ get(); };
public System.CodeDom.CodeMemberMethod TaskMethod { get; }
member this.TaskMethod : System.CodeDom.CodeMemberMethod
Public ReadOnly Property TaskMethod As CodeMemberMethod

속성 값

CodeMemberMethod

작업에 대한 CodeMemberMethod입니다.

적용 대상