Partager via


SettingsStore.GetSubCollectionCount, méthode

Retourne le nombre de Sub- collections sous-collections sous la collection donnée.

Espace de noms :  Microsoft.VisualStudio.Settings
Assemblys :   Microsoft.VisualStudio.Settings (dans Microsoft.VisualStudio.Settings.dll)
  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public MustOverride Function GetSubCollectionCount ( _
    collectionPath As String _
) As Integer
public abstract int GetSubCollectionCount(
    string collectionPath
)

Paramètres

  • collectionPath
    Type : System.String
    Chemin d'accès de la collection.

Valeur de retour

Type : System.Int32
Le numéro de Sub- collections sous-collections est retourné.

Exceptions

Exception Condition
ArgumentException

Lève cette exception si la collection n'existe pas.

Sécurité .NET Framework

Voir aussi

Référence

SettingsStore Classe

Microsoft.VisualStudio.Settings, espace de noms