RegionsExpandedEventArgs.RemovalPending 属性

确定区域是否是展开的,因为将其移除。

命名空间:  Microsoft.VisualStudio.Text.Outlining
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
Public Property RemovalPending As Boolean
public bool RemovalPending { get; private set; }
public:
property bool RemovalPending {
    bool get ();
    private: void set (bool value);
}
member RemovalPending : bool with get, private set
function get RemovalPending () : boolean 
private function set RemovalPending (value : boolean)

属性值

类型:Boolean
true ,如果区域展开,因为将其移除,否则 false。

.NET Framework 安全性

请参阅

参考

RegionsExpandedEventArgs 类

Microsoft.VisualStudio.Text.Outlining 命名空间