IVsDataExplorerChildNodeCollection.IndexOf, méthode (String, array<Object )
Récupère l'index du nœud de connexion correspondant au type spécifié nom et identificateurs de nom.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
Function IndexOf ( _
typeName As String, _
identifier As Object() _
) As Integer
int IndexOf(
string typeName,
Object[] identifier
)
int IndexOf(
String^ typeName,
array<Object^>^ identifier
)
abstract IndexOf :
typeName:string *
identifier:Object[] -> int
function IndexOf(
typeName : String,
identifier : Object[]
) : int
Paramètres
- typeName
Type : System.String
Le nom du type d'objet de données demandée.
- identifier
Type : array<System.Object[]
Un tableau de parties d'identificateur qui identifient l'objet de données demandée.
Valeur de retour
Type : System.Int32
Index du nœud de connexion dans l'explorateur de serveurs, si détecté ; sinon, -1.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.