ILayer.Parent Property
The parent container, either an ILayer or an ILayerModel.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
ILayerContainer Parent { get; }
property ILayerContainer^ Parent {
ILayerContainer^ get();
}
abstract Parent : ILayerContainer with get
ReadOnly Property Parent As ILayerContainer
Property Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerContainer
See Also
ILayer Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top