ViewFilter.SnippetBound 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.
Gets or sets whether or not a key has been bound to the Invoke Snippet From Shortcut command.
protected:
property bool SnippetBound { bool get(); void set(bool value); };
protected:
property bool SnippetBound { bool get(); void set(bool value); };
protected bool SnippetBound { get; set; }
member this.SnippetBound : bool with get, set
Protected Property SnippetBound As Boolean
Property Value
true
if a shortcut key exists, otherwise false
.
Remarks
The value of this property is determined by GetSnippetShortCutKeybindingState.