다음을 통해 공유


IVsExtensibility.get_Properties 메서드

이 API는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

Microsoft 내부용입니다.

네임스페이스:  EnvDTE
어셈블리:  EnvDTE(EnvDTE.dll)

구문

‘선언
Sub get_Properties ( _
    pParent As ISupportVSProperties, _
    pdispPropObj As Object, _
    <OutAttribute> ByRef ppProperties As Properties _
)
void get_Properties(
    ISupportVSProperties pParent,
    Object pdispPropObj,
    out Properties ppProperties
)
void get_Properties(
    [InAttribute] ISupportVSProperties^ pParent, 
    [InAttribute] Object^ pdispPropObj, 
    [OutAttribute] Properties^% ppProperties
)
abstract get_Properties : 
        pParent:ISupportVSProperties * 
        pdispPropObj:Object * 
        ppProperties:Properties byref -> unit
function get_Properties(
    pParent : ISupportVSProperties, 
    pdispPropObj : Object, 
    ppProperties : Properties
)

매개 변수

  • pdispPropObj
    형식: Object

    디스패치 인터페이스 개체입니다.

.NET Framework 보안

참고 항목

참조

IVsExtensibility 인터페이스

EnvDTE 네임스페이스