Udostępnij za pośrednictwem


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 _
)
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

Microsoft.VisualStudio.OLE.Interop Namespace