IVsExtensibility.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: EnvDTE
Assembly: EnvDTE (in EnvDTE.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
pParent
Type: EnvDTE.ISupportVSPropertiesThe parent properties.
pdispPropObj
Type: System.ObjectThe dispatch interface object.
ppProperties
Type: EnvDTE.Properties%The properties.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.