Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- rfmtid
Type: System.Guid%
- grfMode
Type: System.UInt32
- ppprstg
Type: Microsoft.VisualStudio.OLE.Interop.IPropertyStorage%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.