IPropertySetStorage.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- ppprstg
- IPropertyStorage