Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the node specified by its numerical identifier value 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 ( _
itemId As Integer _
) As Boolean
bool Remove(
int itemId
)
bool Remove(
int itemId
)
abstract Remove :
itemId:int -> bool
function Remove(
itemId : int
) : boolean
Parameters
itemId
Type: System.Int32A numerical value that identifies the node to be removed.
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.