ExpansionFunction.GetCurrentValue 方法 (String%, Int32%)

扩展功能的当前值。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)

语法

声明
Public Function GetCurrentValue ( _
    <OutAttribute> ByRef bstrValue As String, _
    <OutAttribute> ByRef hasDefaultValue As Integer _
) As Integer
public int GetCurrentValue(
    out string bstrValue,
    out int hasDefaultValue
)

参数

  • bstrValue
    类型:System.String%
    [out] 返回值,则为; 如果存在,否则空字符串。
  • hasDefaultValue
    类型:System.Int32%
    [out] ,如果 bstrValue 不是 nullnull 引用(在 Visual Basic 中为 Nothing),返回 true 。

返回值

类型:System.Int32
S_OK .

实现

IVsExpansionFunction.GetCurrentValue(String%, Int32%)

.NET Framework 安全性

请参见

参考

ExpansionFunction 类

GetCurrentValue 重载

Microsoft.VisualStudio.Package 命名空间