Compartir a través de


IArtifact.NestedArtifacts (Propiedad)

Obtiene los artefactos que están definidos en este artefacto.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Deployments
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IArtifact Interfaz

Microsoft.VisualStudio.Uml.Deployments (Espacio de nombres)