Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Get
IEnumerable<IArtifact> NestedArtifacts { get; }
property IEnumerable<IArtifact^>^ NestedArtifacts {
IEnumerable<IArtifact^>^ get ();
}
abstract NestedArtifacts : IEnumerable<IArtifact>
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.