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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.