IPropertyBag2.GetPropertyInfo 方法

获取属性的信息。属性包,而不会实际获取这些属性。

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
Sub GetPropertyInfo ( _
    iProperty As UInteger, _
    cProperties As UInteger, _
    <OutAttribute> pPropBag As PROPBAG2(), _
    <OutAttribute> ByRef pcProperties As UInteger _
)
void GetPropertyInfo(
    uint iProperty,
    uint cProperties,
    PROPBAG2[] pPropBag,
    out uint pcProperties
)

参数

  • iProperty
    类型:System.UInt32
    [in] 信息请求第一个属性的从零开始的索引。
  • cProperties
    类型:System.UInt32
    [in] 属性数获取信息。此参数在 pPropBag指定数组元素的数目。
  • pcProperties
    类型:System.UInt32%
    [out] 信息检索属性的数目。此参数不能为空。

.NET Framework 安全性

请参见

参考

IPropertyBag2 接口

Microsoft.VisualStudio.OLE.Interop 命名空间