共用方式為


Extensions.GetLayerElement 方法

取得此圖形代表的圖層元素。

命名空間:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
組件:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll 中)

語法

'宣告
<ExtensionAttribute> _
Public Shared Function GetLayerElement ( _
    shape As IShape _
) As ILayerElement
public static ILayerElement GetLayerElement(
    this IShape shape
)
[ExtensionAttribute]
public:
static ILayerElement^ GetLayerElement(
    IShape^ shape
)
static member GetLayerElement : 
        shape:IShape -> ILayerElement
public static function GetLayerElement(
    shape : IShape
) : ILayerElement

參數

  • shape
    類型:IShape

    圖案。

傳回值

類型:Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerElement
圖層項目。

使用注意事項

在 Visual Basic 和 C# 中,您可以在任何 IShape 類型物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)擴充方法 (C# 程式設計手冊)

.NET Framework 安全性

請參閱

參考

Extensions 類別

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 命名空間

GetShape