OutliningRegionTag.IsImplementation 屬性
判斷區域是否為實作區域 。
命名空間: Microsoft.VisualStudio.Text.Tagging
組件: Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)
語法
'宣告
Public Property IsImplementation As Boolean
public bool IsImplementation { get; private set; }
public:
virtual property bool IsImplementation {
bool get () sealed;
private: void set (bool value) sealed;
}
abstract IsImplementation : bool with get, private set
override IsImplementation : bool with get, private set
final function get IsImplementation () : boolean
private final function set IsImplementation (value : boolean)
屬性值
類型:Boolean
true 如果區域是實作 (地區),否則false。
實作
IOutliningRegionTag.IsImplementation
備註
實作區域是遵循方法定義的程式碼區塊。 它們適用於如 Visual Studio 的摺疊至定義] 命令,它會隱藏 [實作] 區域,並離開只公開的方法定義的命令。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。