IArtifact.NestedArtifacts Property
Gets Artifacts that are defined within this Artifact.
Namespace: Microsoft.VisualStudio.Uml.Deployments
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IArtifact> NestedArtifacts { get; }
property IEnumerable<IArtifact^>^ NestedArtifacts {
IEnumerable<IArtifact^>^ get();
}
abstract NestedArtifacts : IEnumerable<IArtifact> with get
ReadOnly Property NestedArtifacts As IEnumerable(Of IArtifact)
Property Value
Type: System.Collections.Generic.IEnumerable<IArtifact>
See Also
IArtifact Interface
Microsoft.VisualStudio.Uml.Deployments Namespace
Return to top