GraphGroup.Parents Property
The parents of this group.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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> with get
function get Parents () : IEnumerable<GraphGroup>
Property Value
Type: IEnumerable<GraphGroup>
Returns IEnumerable.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.