DslLibraryDefinesShapes.GetLinksToShapes(DslLibrary) 方法

定义

获取 DslLibrary 的 DslLibraryDefinesShapes 链接的列表。

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DslLibraryDefinesShapes ^> ^ GetLinksToShapes(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ dslLibraryInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesShapes> GetLinksToShapes (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary dslLibraryInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToShapes : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesShapes>
Public Shared Function GetLinksToShapes (dslLibraryInstance As DslLibrary) As ReadOnlyCollection(Of DslLibraryDefinesShapes)

参数

dslLibraryInstance
DslLibrary

返回

ReadOnlyCollection<DslLibraryDefinesShapes>
属性

适用于