DslLibrary.AllLibraries Property
Returns a list of directly and indirectly imported libraries including this object.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
声明
Public ReadOnly Property AllLibraries As ReadOnlyCollection(Of DslLibrary)
Get
public ReadOnlyCollection<DslLibrary> AllLibraries { get; }
public:
property ReadOnlyCollection<DslLibrary^>^ AllLibraries {
ReadOnlyCollection<DslLibrary^>^ get ();
}
member AllLibraries : ReadOnlyCollection<DslLibrary>
function get AllLibraries () : ReadOnlyCollection<DslLibrary>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DslLibrary>
.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.