IPropertyStorage.WriteMultiple 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 WriteMultiple(System::UInt32 cpspec, cli::array <Microsoft::VisualStudio::OLE::Interop::PROPSPEC> ^ rgpspec, cli::array <Microsoft::VisualStudio::OLE::Interop::PROPVARIANT> ^ rgpropvar, System::UInt32 propidNameFirst);
void WriteMultiple(unsigned int cpspec, std::Array <Microsoft::VisualStudio::OLE::Interop::PROPSPEC> const & rgpspec, std::Array <Microsoft::VisualStudio::OLE::Interop::PROPVARIANT> const & rgpropvar, unsigned int propidNameFirst);
public void WriteMultiple (uint cpspec, Microsoft.VisualStudio.OLE.Interop.PROPSPEC[] rgpspec, Microsoft.VisualStudio.OLE.Interop.PROPVARIANT[] rgpropvar, uint propidNameFirst);
abstract member WriteMultiple : uint32 * Microsoft.VisualStudio.OLE.Interop.PROPSPEC[] * Microsoft.VisualStudio.OLE.Interop.PROPVARIANT[] * uint32 -> unit
Public Sub WriteMultiple (cpspec As UInteger, rgpspec As PROPSPEC(), rgpropvar As PROPVARIANT(), propidNameFirst As UInteger)
Parameters
- cpspec
- UInt32
- rgpspec
- PROPSPEC[]
- rgpropvar
- PROPVARIANT[]
- propidNameFirst
- UInt32