Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Removes the node specified by a data object from the node selection group.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function Remove ( _
obj As IVsDataObject _
) As Boolean
bool Remove(
IVsDataObject obj
)
bool Remove(
IVsDataObject^ obj
)
abstract Remove :
obj:IVsDataObject -> bool
function Remove(
obj : IVsDataObject
) : boolean
Parameters
- obj
Type: Microsoft.VisualStudio.Data.Services.IVsDataObject
A data object containing the properties that identify the node to remove.
Return Value
Type: System.Boolean
true if the node was removed; otherwise, false.
.NET Framework Security
- 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.