Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes the specified node 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 ( _
typeName As String, _
identifier As Object() _
) As Boolean
bool Remove(
string typeName,
Object[] identifier
)
bool Remove(
String^ typeName,
array<Object^>^ identifier
)
abstract Remove :
typeName:string *
identifier:Object[] -> bool
function Remove(
typeName : String,
identifier : Object[]
) : boolean
Parameters
typeName
Type: System.StringThe name of the data object type that is represented in the node to remove.
identifier
Type: array<System.Object[]An array of data object identifier parts that represent the node.
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.