Share via


IVsExtensibility2.get_Properties Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

IVsExtensibility2 Interface

EnvDTE80 Namespace