IPropertyStorage.ReadPropertyNames(UInt32, UInt32[], String[]) Method

Definition

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[]

Applies to