다음을 통해 공유


VCCodeClass.ImplementedInterfaces 속성

이 개체가 구현하는 인터페이스의 컬렉션을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.VCCodeModel
어셈블리:  Microsoft.VisualStudio.VCCodeModel(Microsoft.VisualStudio.VCCodeModel.dll)

구문

‘선언
ReadOnly Property ImplementedInterfaces As CodeElements
CodeElements ImplementedInterfaces { get; }
property CodeElements^ ImplementedInterfaces {
    CodeElements^ get ();
}
abstract ImplementedInterfaces : CodeElements with get
function get ImplementedInterfaces () : CodeElements

속성 값

형식: CodeElements
CodeElements 컬렉션입니다.

설명

ImplementedInterfaces는 각 요소가 EnvDTE.vsCMElement.vsCMElementInterface 형식(vsCMElement 참조)이고 코드 클래스에서 구현하는 인터페이스를 나타내는 CodeElements 컬렉션을 반환합니다.

.NET Framework 보안

참고 항목

참조

VCCodeClass 인터페이스

Microsoft.VisualStudio.VCCodeModel 네임스페이스

기타 리소스

방법: 자동화 개체 모델 코드의 예제 컴파일 및 실행