Completor.IsExpansionActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if a code snippet is being edited.
public:
property bool IsExpansionActive { bool get(); };
public:
property bool IsExpansionActive { bool get(); };
public bool IsExpansionActive { get; }
member this.IsExpansionActive : bool
Public ReadOnly Property IsExpansionActive As Boolean
Property Value
If a code snippet is being edited, returns true
; otherwise, returns false
.
Remarks
After a code snippet is inserted, it is placed in a special edit mode to allow easy selection and updates to any user-modifiable fields in the snippet.