IArtifact.NestedArtifacts – vlastnost
Získá artefakty, které jsou definovány v rámci této artefakt.
Obor názvů: Microsoft.VisualStudio.Uml.Deployments
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
ReadOnly Property NestedArtifacts As IEnumerable(Of IArtifact)
IEnumerable<IArtifact> NestedArtifacts { get; }
property IEnumerable<IArtifact^>^ NestedArtifacts {
IEnumerable<IArtifact^>^ get ();
}
abstract NestedArtifacts : IEnumerable<IArtifact> with get
function get NestedArtifacts () : IEnumerable<IArtifact>
Hodnota vlastnosti
Typ: IEnumerable<IArtifact>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.