IVsDataExplorerChildNodeCollection.IndexOf, méthode (String)
Récupère l'index du nœud de connexion correspondant au nom spécifié.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
Function IndexOf ( _
name As String _
) As Integer
int IndexOf(
string name
)
int IndexOf(
String^ name
)
abstract IndexOf :
name:string -> int
function IndexOf(
name : String
) : int
Paramètres
- name
Type : System.String
Le nom du nœud de connexion pour obtenir l'index pour.
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.