Sdílet prostřednictvím


IArtifact.Manifestations – vlastnost

Získá prvky modelu, které jsou provedeny artefakt nebo v jeho konstrukce nebo generace.

Obor názvů:  Microsoft.VisualStudio.Uml.Deployments
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IArtifact Rozhraní

Microsoft.VisualStudio.Uml.Deployments – obor názvů