IPropertySetStorage.Create Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub Create ( _
ByRef rfmtid As Guid, _
ByRef pClsid As Guid, _
grfFlags As UInteger, _
grfMode As UInteger, _
<OutAttribute> ByRef ppprstg As IPropertyStorage _
)
void Create(
ref Guid rfmtid,
ref Guid pClsid,
uint grfFlags,
uint grfMode,
out IPropertyStorage ppprstg
)
void Create(
[InAttribute] Guid% rfmtid,
[InAttribute] Guid% pClsid,
[InAttribute] unsigned int grfFlags,
[InAttribute] unsigned int grfMode,
[OutAttribute] IPropertyStorage^% ppprstg
)
abstract Create :
rfmtid:Guid byref *
pClsid:Guid byref *
grfFlags:uint32 *
grfMode:uint32 *
ppprstg:IPropertyStorage byref -> unit
function Create(
rfmtid : Guid,
pClsid : Guid,
grfFlags : uint,
grfMode : uint,
ppprstg : IPropertyStorage
)
Parameters
- rfmtid
Type: Guid%
- pClsid
Type: Guid%
- grfFlags
Type: UInt32
- grfMode
Type: 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.