Partilhar via


Propriedade IArtifact.NestedArtifacts

Obtém os artefatos são definidos dentro este artefato.

Namespace:  Microsoft.VisualStudio.Uml.Deployments
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IArtifact Interface

Namespace Microsoft.VisualStudio.Uml.Deployments