IPropertySetStorage.Open(Guid, UInt32, IPropertyStorage) 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 Open(Guid % rfmtid, System::UInt32 grfMode, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IPropertyStorage ^ % ppprstg);
public void Open (ref Guid rfmtid, uint grfMode, out Microsoft.VisualStudio.OLE.Interop.IPropertyStorage ppprstg);
abstract member Open : Guid * uint32 * IPropertyStorage -> unit
Public Sub Open (ByRef rfmtid As Guid, grfMode As UInteger, ByRef ppprstg As IPropertyStorage)
Parameters
- rfmtid
- Guid
- grfMode
- UInt32
- ppprstg
- IPropertyStorage