Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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