VsExpansionPackageClass.GetSnippetShortCutKeybindingState(Int32) Method
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 key has been bound to the "Invoke Snippet From Shortcut" command. See GetSnippetShortCutKeybindingState(Int32).
public:
virtual int GetSnippetShortCutKeybindingState([Runtime::InteropServices::Out] int % fBound) = Microsoft::VisualStudio::TextManager::Interop::IVsExpansionManager::GetSnippetShortCutKeybindingState;
public:
virtual int GetSnippetShortCutKeybindingState([Runtime::InteropServices::Out] int % fBound);
virtual int GetSnippetShortCutKeybindingState([Runtime::InteropServices::Out] int & fBound);
public virtual int GetSnippetShortCutKeybindingState (out int fBound);
abstract member GetSnippetShortCutKeybindingState : int -> int
override this.GetSnippetShortCutKeybindingState : int -> int
Public Overridable Function GetSnippetShortCutKeybindingState (ByRef fBound As Integer) As Integer
Parameters
- fBound
- Int32
[out] Returns non-zero (TRUE) if a key has been bound; otherwise, returns zero (FALSE).
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.