GraphGroup.Parents, propriété
Parents de ce groupe.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parents As IEnumerable(Of GraphGroup)
public IEnumerable<GraphGroup> Parents { get; }
public:
property IEnumerable<GraphGroup^>^ Parents {
IEnumerable<GraphGroup^>^ get ();
}
member Parents : IEnumerable<GraphGroup>
function get Parents () : IEnumerable<GraphGroup>
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<GraphGroup>
retourne IEnumerable<T> ;
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.