Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides a list of all possible values for a Help attribute. The interface does not provide an enumerator but instead uses an integer index to retrieve the values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0A56FB1E-1B2F-4699-8178-63B98E816F35")> _
Public Interface IVsHelpAttributeList
'Usage
Dim instance As IVsHelpAttributeList
[InterfaceTypeAttribute()]
[GuidAttribute("0A56FB1E-1B2F-4699-8178-63B98E816F35")]
public interface IVsHelpAttributeList
[InterfaceTypeAttribute()]
[GuidAttribute(L"0A56FB1E-1B2F-4699-8178-63B98E816F35")]
public interface class IVsHelpAttributeList
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0A56FB1E-1B2F-4699-8178-63B98E816F35")>]
type IVsHelpAttributeList = interface end
public interface IVsHelpAttributeList
Remarks
Used as an argument in SetTopicTypeFilter method of the IVsMonitorUserContext interface.