| IComStorageRemoveSubElement Method |
Removes child stream or storage
Namespace:
CodeStack.SwEx.AddIn.Base
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax void RemoveSubElement(
string name
)
Sub RemoveSubElement (
name As String
)
void RemoveSubElement(
String^ name
)
Parameters
- name
- Type: SystemString
Stream or storage name
See Also