Share via


ViewFilter.SnippetBound Property

Gets or sets whether or not a key has been bound to the Invoke Snippet From Shortcut command.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Protected Property SnippetBound As Boolean
'Usage
Dim value As Boolean 

value = Me.SnippetBound 

Me.SnippetBound = value
protected bool SnippetBound { get; set; }
protected:
property bool SnippetBound {
    bool get ();
    void set (bool value);
}
protected function get SnippetBound () : boolean 
protected function set SnippetBound (value : boolean)

Property Value

Type: System.Boolean
true if a shortcut key exists, otherwise false.

Remarks

The value of this property is determined by GetSnippetShortCutKeybindingState.

.NET Framework Security

See Also

Reference

ViewFilter Class

ViewFilter Members

Microsoft.VisualStudio.Package Namespace