共用方式為


IOutliningRegionTag.IsImplementation 屬性

判斷區域是否為實作區域 。

命名空間:  Microsoft.VisualStudio.Text.Tagging
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
ReadOnly Property IsImplementation As Boolean
bool IsImplementation { get; }
property bool IsImplementation {
    bool get ();
}
abstract IsImplementation : bool with get
function get IsImplementation () : boolean

屬性值

類型:Boolean
true 如果區域是實作 (地區),否則false。

備註

實作區域是遵循方法定義的程式碼區塊。 它們適用於如 Visual Studio 的摺疊至定義] 命令,它會隱藏 [實作] 區域,並離開只公開的方法定義的命令。

.NET Framework 安全性

請參閱

參考

IOutliningRegionTag 介面

Microsoft.VisualStudio.Text.Tagging 命名空間