ImageShapeHasBaseImageShape.GetLinks(ImageShape, ImageShape) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get any ImageShapeHasBaseImageShape links between a given ImageShape and a ImageShape.
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)
Parameters
- source
- ImageShape
- target
- ImageShape
Returns
- Attributes