SfcDependencyNode.IsPhysicalChild(Int32) Method
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.
The child relation state of this node. Indicates whether this child is a physical relation or not. Filter via this flag to process only Parent-Child relations.
public bool IsPhysicalChild (int index);
member this.IsPhysicalChild : int -> bool
Public Function IsPhysicalChild (index As Integer) As Boolean
Parameters
- index
- Int32