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.
Indicates whether the group of selected nodes contains the node specified by its numerical identifier value.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function Contains ( _
itemId As Integer _
) As Boolean
bool Contains(
int itemId
)
bool Contains(
int itemId
)
abstract Contains :
itemId:int -> bool
function Contains(
itemId : int
) : boolean
Parameters
itemId
Type: System.Int32A numerical value that identifies the node to check the presence of.
Return Value
Type: System.Boolean
true if the specified node is present in the node selection; 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.