VsExpansionPackageClass.GetSnippetShortCutKeybindingState 方法

请参见 GetSnippetShortCutKeybindingState

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

语法

声明
Public Overridable Function GetSnippetShortCutKeybindingState ( _
    <OutAttribute> ByRef fBound As Integer _
) As Integer
public virtual int GetSnippetShortCutKeybindingState(
    out int fBound
)
public:
virtual int GetSnippetShortCutKeybindingState(
    [OutAttribute] int% fBound
)
abstract GetSnippetShortCutKeybindingState : 
        fBound:int byref -> int  
override GetSnippetShortCutKeybindingState : 
        fBound:int byref -> int
public function GetSnippetShortCutKeybindingState(
    fBound : int
) : int

参数

  • fBound
    类型:Int32%

返回值

类型:Int32

实现

IVsExpansionManager.GetSnippetShortCutKeybindingState(Int32%)

.NET Framework 安全性

请参阅

参考

VsExpansionPackageClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间