Share via


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

'Declaration
ReadOnly Property NestedArtifacts As IEnumerable(Of IArtifact)
    Get
IEnumerable<IArtifact> NestedArtifacts { get; }
property IEnumerable<IArtifact^>^ NestedArtifacts {
    IEnumerable<IArtifact^>^ get ();
}
abstract NestedArtifacts : IEnumerable<IArtifact>
function get NestedArtifacts () : IEnumerable<IArtifact>

Property Value

Type: System.Collections.Generic.IEnumerable<IArtifact>

.NET Framework Security

See Also

Reference

IArtifact Interface

Microsoft.VisualStudio.Uml.Deployments Namespace