Freigeben über


IArtifact.NestedArtifacts-Eigenschaft

Ruft Artefakte ab, die innerhalb dieses Artefakts definiert sind.

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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IArtifact Schnittstelle

Microsoft.VisualStudio.Uml.Deployments-Namespace