ShapeElement.IsDescendantOf 方法

验证形状是否是另一个形状子代。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

语法

声明
Public Function IsDescendantOf ( _
    potentialAncestor As ShapeElement _
) As Boolean
public bool IsDescendantOf(
    ShapeElement potentialAncestor
)

参数

返回值

类型:System.Boolean
,如果形状是另一个形状,子代则为 true;否则,错误。

.NET Framework 安全性

请参见

参考

ShapeElement 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间