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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property AllLibraries As ReadOnlyCollection(Of DslLibrary)
public ReadOnlyCollection<DslLibrary> AllLibraries { get; }
public:
property ReadOnlyCollection<DslLibrary^>^ AllLibraries {
ReadOnlyCollection<DslLibrary^>^ get ();
}
member AllLibraries : ReadOnlyCollection<DslLibrary> with get
function get AllLibraries () : ReadOnlyCollection<DslLibrary>
Property Value
Type: 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.