IExtension.IsProductSupported 方法

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

语法

声明
Function IsProductSupported ( _
    productId As String, _
    version As Version _
) As Boolean
bool IsProductSupported(
    string productId,
    Version version
)
bool IsProductSupported(
    String^ productId, 
    Version^ version
)
abstract IsProductSupported : 
        productId:string * 
        version:Version -> bool
function IsProductSupported(
    productId : String, 
    version : Version
) : boolean

参数

  • productId
    类型:String
  • version
    类型:Version

返回值

类型:Boolean

.NET Framework 安全性

请参阅

参考

IExtension 接口

Microsoft.VisualStudio.ExtensionManager 命名空间