Freigeben über


IPropertySetStorage.Open Method

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

Syntax

'Declaration
Sub Open ( _
    ByRef rfmtid As Guid, _
    grfMode As UInteger, _
    <OutAttribute> ByRef ppprstg As IPropertyStorage _
)
'Usage
Dim instance As IPropertySetStorage
Dim rfmtid As Guid
Dim grfMode As UInteger
Dim ppprstg As IPropertyStorage

instance.Open(rfmtid, grfMode, ppprstg)
void Open(
    ref Guid rfmtid,
    uint grfMode,
    out IPropertyStorage ppprstg
)
void Open(
    [InAttribute] Guid% rfmtid, 
    [InAttribute] unsigned int grfMode, 
    [OutAttribute] IPropertyStorage^% ppprstg
)
abstract Open : 
        rfmtid:Guid byref * 
        grfMode:uint32 * 
        ppprstg:IPropertyStorage byref -> unit 
function Open(
    rfmtid : Guid, 
    grfMode : uint, 
    ppprstg : IPropertyStorage
)

Parameters

.NET Framework Security

See Also

Reference

IPropertySetStorage Interface

IPropertySetStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace