VsExpansionPackageClass.GetSnippetShortCutKeybindingState(Int32) Method
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);
C++/WinRT
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
- fBound
- Int32
[out] Returns non-zero (TRUE) if a key has been bound; otherwise, returns zero (FALSE).
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |