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