GeometryShapeHasBaseGeometryShape.GetLinksToSubClasses(GeometryShape) 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 the list of GeometryShapeHasBaseGeometryShape links to a GeometryShape.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::GeometryShapeHasBaseGeometryShape ^> ^ GetLinksToSubClasses(Microsoft::VisualStudio::Modeling::DslDefinition::GeometryShape ^ baseGeometryShapeInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape> GetLinksToSubClasses (Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShape baseGeometryShapeInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToSubClasses : Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape>
Public Shared Function GetLinksToSubClasses (baseGeometryShapeInstance As GeometryShape) As ReadOnlyCollection(Of GeometryShapeHasBaseGeometryShape)
Parameters
- baseGeometryShapeInstance
- GeometryShape
Returns
- Attributes