IPropertyStorage.DeletePropertyNames(UInt32, UInt32[]) 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 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[]