Interface IParent
Interface to determine
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IParent
Properties
HasParent
Flag that determines if the visual studio object has a parent.
Declaration
bool HasParent { get; }
Property Value
Type | Description |
---|---|
bool |