Resets a specified tree to an empty state.
Namespace: Microsoft.VisualStudio.Data.Interop
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Sub Clear
'使用
Dim instance As IDSRefProvider
instance.Clear()
void Clear()
void Clear()
function Clear()
Remarks
There is no method for removing nodes from a DSRef tree. You must clear the tree to rebuild it.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
Data Designer Extensibility (DDEX) SDK