ImageShapeHasBaseImageShape.GetSubClasses(ImageShape) 方法

定义

获取子类的列表。

public:
 static Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ImageShape ^> ^ GetSubClasses(Microsoft::VisualStudio::Modeling::DslDefinition::ImageShape ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape> GetSubClasses (Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetSubClasses : Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape -> Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape>
Public Shared Function GetSubClasses (element As ImageShape) As LinkedElementCollection(Of ImageShape)

参数

element
ImageShape

返回

LinkedElementCollection<ImageShape>
属性

适用于