CodeMemberProperty.PrivateImplementationType 속성

정의

인터페이스가 있을 경우 인터페이스의 데이터 형식을 가져오거나 설정하고, 이 속성이 프라이빗일 경우 구현합니다.

public:
 property System::CodeDom::CodeTypeReference ^ PrivateImplementationType { System::CodeDom::CodeTypeReference ^ get(); void set(System::CodeDom::CodeTypeReference ^ value); };
public System.CodeDom.CodeTypeReference PrivateImplementationType { get; set; }
member this.PrivateImplementationType : System.CodeDom.CodeTypeReference with get, set
Public Property PrivateImplementationType As CodeTypeReference

속성 값

인터페이스가 있을 경우 인터페이스의 데이터 형식을 나타내고 이 속성이 프라이빗일 경우 구현하는 CodeTypeReference입니다.

설명

이 속성에서 참조하는 형식은 인터페이스여야 합니다.

적용 대상