IPropertySetStorage.Create Method

Definition

public:
 void Create(Guid % rfmtid, Guid % pClsid, System::UInt32 grfFlags, System::UInt32 grfMode, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IPropertyStorage ^ % ppprstg);
public void Create (ref Guid rfmtid, ref Guid pClsid, uint grfFlags, uint grfMode, out Microsoft.VisualStudio.OLE.Interop.IPropertyStorage ppprstg);
abstract member Create : Guid * Guid * uint32 * uint32 * IPropertyStorage -> unit
Public Sub Create (ByRef rfmtid As Guid, ByRef pClsid As Guid, grfFlags As UInteger, grfMode As UInteger, ByRef ppprstg As IPropertyStorage)

Parameters

rfmtid
Guid
pClsid
Guid
grfFlags
UInt32
grfMode
UInt32

Applies to