IPropertyBag2.LoadObject 方法

读取属性对象不可变的属性。

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

语法

声明
Sub LoadObject ( _
    pstrName As String, _
    dwHint As UInteger, _
    punkObject As Object, _
    pErrLog As IErrorLog _
)
void LoadObject(
    string pstrName,
    uint dwHint,
    Object punkObject,
    IErrorLog pErrLog
)

参数

  • dwHint
    类型:System.UInt32
    [in] 使用 GetPropertyInfo,检索的整数值。,如果该值不知道没有同时使用时,此参数是可选的,且必须为零。
  • punkObject
    类型:System.Object
    [in] 对象的 IUnknown 接口的地址。此参数不能为空。

.NET Framework 安全性

请参见

参考

IPropertyBag2 接口

Microsoft.VisualStudio.OLE.Interop 命名空间