共用方式為


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 安全性

請參閱

參考

OutliningRegionTag 類別

Microsoft.VisualStudio.Text.Tagging 命名空間