다음을 통해 공유


Graph.VisibleOrphanNodes 속성

모든 GraphGroup의 자식인 모든 표시 노드를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.GraphModel
어셈블리:  Microsoft.VisualStudio.GraphModel(Microsoft.VisualStudio.GraphModel.dll)

구문

‘선언
Public ReadOnly Property VisibleOrphanNodes As IEnumerable(Of GraphNode)
public IEnumerable<GraphNode> VisibleOrphanNodes { get; }
public:
property IEnumerable<GraphNode^>^ VisibleOrphanNodes {
    IEnumerable<GraphNode^>^ get ();
}
member VisibleOrphanNodes : IEnumerable<GraphNode> with get
function get VisibleOrphanNodes () : IEnumerable<GraphNode>

속성 값

형식: IEnumerable<GraphNode>

.NET Framework 보안

참고 항목

참조

Graph 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스