IChildrenSource2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides children nodes of a node
public interface class IChildrenSource2 : IDisposable, Microsoft::VisualStudio::Workspace::VSIntegration::UI::IChildrenSource
public interface IChildrenSource2 : IDisposable, Microsoft.VisualStudio.Workspace.VSIntegration.UI.IChildrenSource
type IChildrenSource2 = interface
interface IChildrenSource
interface IDisposable
Public Interface IChildrenSource2
Implements IChildrenSource, IDisposable
- Implements
Properties
Extender |
Gets extender object that created this source (Inherited from IChildrenSource) |
ForceExpanded |
Gets a value indicating whether the children should always be visible under the node. (Inherited from IChildrenSource) |
Order |
Gets the collection order. All nodes form each children collection stay together. groups are ordered by this field (higher order - goes to the bottom in view) (Inherited from IChildrenSource) |
Methods
GetCollectionAsync() |
Gets the collection of children nodes. (Inherited from IChildrenSource) |
GetCollectionAsync(CancellationToken) |
Gets the collection of children nodes. |