ServiceKnownTypeAttribute.DeclaringType 속성

정의

알려진 형식을 반환하는 메서드가 포함된 형식을 가져옵니다.

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

속성 값

Type

알려진 형식을 반환하는 메서드가 포함된 Type입니다.

적용 대상