IPropertyBag2::GetPropertyInfo Method (UInt32, UInt32, array<PROPBAG2>^, UInt32)
Visual Studio 2015
Gets information for properties in a property bag without actually getting those properties.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void GetPropertyInfo( unsigned int iProperty, unsigned int cProperties, array<PROPBAG2>^ pPropBag, [OutAttribute] unsigned int% pcProperties )
Parameters
- iProperty
-
Type:
System::UInt32
[in] The zero-based index of the first property for which information is requested.
- cProperties
-
Type:
System::UInt32
[in] The number of properties for which to get information. This argument specifies the number of array elements in pPropBag.
- pPropBag
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::PROPBAG2>^
[out] The address of an array of PROPBAG2 structures that receive the information for the properties. There must be at least cProperties elements in this array. This argument cannot be NULL.
- pcProperties
-
Type:
System::UInt32
[out] The number of properties for which information was retrieved. This argument cannot be NULL.
Show: