IPropertySetStorage.Open Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
Sub Open ( _
ByRef rfmtid As Guid, _
grfMode As UInteger, _
<OutAttribute> ByRef ppprstg As IPropertyStorage _
)
void Open(
ref Guid rfmtid,
uint grfMode,
out IPropertyStorage ppprstg
)
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.