IVsDataExplorerNode.Children, propriété
Obtient une collection de tous les nœuds enfants qui apparaissent sous ce nœud dans l'explorateur de serveurs.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
ReadOnly Property Children As IVsDataExplorerChildNodeCollection
IVsDataExplorerChildNodeCollection Children { get; }
property IVsDataExplorerChildNodeCollection^ Children {
IVsDataExplorerChildNodeCollection^ get ();
}
abstract Children : IVsDataExplorerChildNodeCollection
function get Children () : IVsDataExplorerChildNodeCollection
Valeur de propriété
Type : Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
Un objet d' IVsDataExplorerChildNodeCollection contenant les nœuds enfants.
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.