Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.ISupportVSProperties
The parent properties. 
- pdispPropObj
Type: System.Object
The 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.