Propriedade IArtifact.Manifestations

Obtém os elementos de modelo que são executados pelo artefato ou usados em sua construção ou geração.

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

Sintaxe

'Declaração
ReadOnly Property Manifestations As IEnumerable(Of IManifestation)
    Get
IEnumerable<IManifestation> Manifestations { get; }
property IEnumerable<IManifestation^>^ Manifestations {
    IEnumerable<IManifestation^>^ get ();
}
abstract Manifestations : IEnumerable<IManifestation>
function get Manifestations () : IEnumerable<IManifestation>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IArtifact Interface

Namespace Microsoft.VisualStudio.Uml.Deployments