Interface IChildren
Defining if the visual studio object has child objects.
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IChildren
Properties
HasChildren
Flag that determines if this visual studio object has child objects.
Declaration
bool HasChildren { get; }
Property Value
Type | Description |
---|---|
bool |