IPropertyStorage.ReadPropertyNames(UInt32, UInt32[], String[]) 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 ReadPropertyNames(System::UInt32 cpropid, cli::array <System::UInt32> ^ rgpropid, cli::array <System::String ^> ^ rglpwstrName);
public:
void ReadPropertyNames(unsigned int cpropid, Platform::Array <unsigned int> ^ rgpropid, Platform::Array <Platform::String ^> ^ rglpwstrName);
void ReadPropertyNames(unsigned int cpropid, std::Array <unsigned int> const & rgpropid, std::Array <std::wstring const &> const & rglpwstrName);
public void ReadPropertyNames (uint cpropid, uint[] rgpropid, string[] rglpwstrName);
abstract member ReadPropertyNames : uint32 * uint32[] * string[] -> unit
Public Sub ReadPropertyNames (cpropid As UInteger, rgpropid As UInteger(), rglpwstrName As String())
Parameters
- cpropid
- UInt32
- rgpropid
- UInt32[]
- rglpwstrName
- String[]