次の方法で共有


IPropertyBag2.LoadObject Method

Reads persistent properties from a property object.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub LoadObject ( _
    pstrName As String, _
    dwHint As UInteger, _
    punkObject As Object, _
    pErrLog As IErrorLog _
)
void LoadObject(
    string pstrName,
    uint dwHint,
    Object punkObject,
    IErrorLog pErrLog
)

Parameters

  • dwHint
    Type: System.UInt32
    [in] An integer value that was retrieved by using GetPropertyInfo. This argument is optional and must be zero, if the value is not known or used.
  • punkObject
    Type: System.Object
    [in] The address of the object's IUnknown interface. This argument cannot be NULL.

.NET Framework Security

See Also

Reference

IPropertyBag2 Interface

Microsoft.VisualStudio.OLE.Interop Namespace