IPropertyStorage.DeletePropertyNames(UInt32, UInt32[]) Method

Definition

public:
 void DeletePropertyNames(System::UInt32 cpropid, cli::array <System::UInt32> ^ rgpropid);
public:
 void DeletePropertyNames(unsigned int cpropid, Platform::Array <unsigned int> ^ rgpropid);
void DeletePropertyNames(unsigned int cpropid, std::Array <unsigned int> const & rgpropid);
public void DeletePropertyNames (uint cpropid, uint[] rgpropid);
abstract member DeletePropertyNames : uint32 * uint32[] -> unit
Public Sub DeletePropertyNames (cpropid As UInteger, rgpropid As UInteger())

Parameters

cpropid
UInt32
rgpropid
UInt32[]

Applies to