Udostępnij za pośrednictwem


IUINode.RealizedChildren Property

Definition

collection of currently visible children

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^> ^ RealizedChildren { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase> RealizedChildren { get; }
member this.RealizedChildren : seq<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase>
Public ReadOnly Property RealizedChildren As IEnumerable(Of WorkspaceVisualNodeBase)

Property Value

Applies to