This document is archived and information here might be outdated. Recommended version. |
Deletes the specified elements.
[Visual Basic .NET] Public Sub DeleteProperty ( _ ByVal Name As String _ )
[C#] public void DeleteProperty ( string Name );
[C++]
HRESULT DeleteProperty(
BSTR Name
);
[C++]
Parameters Name [in]
Name is a parameter of type BSTR
Documentation for this property can be found at the IXmlPropertySet::DeleteProperty description.