IVsSetupPackageInfo Interface

Definition

public interface class IVsSetupPackageInfo
public interface class IVsSetupPackageInfo
__interface IVsSetupPackageInfo
[System.Runtime.InteropServices.Guid("C806DA70-8757-46E1-B46F-3E668D9E1463")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSetupPackageInfo
[<System.Runtime.InteropServices.Guid("C806DA70-8757-46E1-B46F-3E668D9E1463")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSetupPackageInfo = interface
Public Interface IVsSetupPackageInfo
Attributes

Properties

CurrentState
Description
IsUIGroup
PackageId
Title
Type
Version

Methods

GetKeywords(UInt32, String[], UInt32)

Return the list of subcategories for the tasks you provide. The task itself will return an index into this list when asked for a subcategory. If cbstr is passed in as zero and rgbstr as NULL, then the provider should set *pcActual to the actual number of BSTRs that need to be returned.

Applies to