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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。