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