IArtifact.NestedArtifacts Property
Gets Artifacts that are defined within this Artifact.
Namespace: Microsoft.VisualStudio.Uml.Deployments
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
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>
Property Value
Type: System.Collections.Generic.IEnumerable<IArtifact>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.