OperationContractGenerationContext.DeclaringType 속성

정의

현재 작업에 대한 선언 형식을 가져옵니다.

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

속성 값

CodeTypeDeclaration

현재 작업에 대한 선언 형식입니다.

설명

DeclaringType 속성을 사용하여 현재 작업에 대한 코드 형식 선언을 검사하거나 수정할 수 있습니다.

적용 대상