IVsProjectClassifierInfo 接口

定义

public interface class IVsProjectClassifierInfo
public interface class IVsProjectClassifierInfo
__interface IVsProjectClassifierInfo
[System.Runtime.InteropServices.Guid("C28FFCEA-421B-46EA-BAC8-D8DC225DDACA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectClassifierInfo
[<System.Runtime.InteropServices.Guid("C28FFCEA-421B-46EA-BAC8-D8DC225DDACA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectClassifierInfo = interface
Public Interface IVsProjectClassifierInfo
属性

属性

AppliesTo
Extension
FactoryGuid
id
MatcherId
PackageId
Priority

方法

GetMatcherData(UInt32, IVsMatcherDataInfo[], UInt32)

返回您提供的任务的子类别列表。 当系统询问子类别时,任务本身会将索引返回到此列表。 如果 cbstr 以零形式传递并且 rgbstr 为 NULL,则提供程序应将 * pcActual 设置为需要返回的实际 Bstr 数。

GetPackagesSelectedData(UInt32, IVsPackageSelectedInfo[], UInt32)

返回您提供的任务的子类别列表。 当系统询问子类别时,任务本身会将索引返回到此列表。 如果 cbstr 以零形式传递并且 rgbstr 为 NULL,则提供程序应将 * pcActual 设置为需要返回的实际 Bstr 数。

适用于