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