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
pParent
Type: EnvDTE.ISupportVSProperties
pdispPropObj
Type: System.Object
ppProperties
Type: EnvDTE.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.