ImageShapeHasBaseImageShape.GetLinks(ImageShape, ImageShape) 方法

定义

获取给定 ImageShape 和 ImageShape 之间的任何 ImageShapeHasBaseImageShape 链接。

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ImageShapeHasBaseImageShape ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::ImageShape ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::ImageShape ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape source, Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape * Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape>
Public Shared Function GetLinks (source As ImageShape, target As ImageShape) As ReadOnlyCollection(Of ImageShapeHasBaseImageShape)

参数

source
ImageShape
target
ImageShape

返回

ReadOnlyCollection<ImageShapeHasBaseImageShape>
属性

适用于