Condividi tramite


Proprietà IArtifact.NestedArtifacts

Ottiene gli elementi definiti all'interno di questo elemento.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Deployments
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IArtifact Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Deployments