VsExpansionManagerClass.GetSnippetShortCutKeybindingState(Int32) Method

Definition

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.

Implements

Applies to