InfoBarActionItem Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt eine Schaltfläche oder einen Hyperlink innerhalb der Text Spannen oder Aktions Elemente eines infobarmodel dar.
public ref class InfoBarActionItem abstract : Microsoft::VisualStudio::Shell::InfoBarTextSpan, Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem
[Windows::Foundation::Metadata::WebHostHidden]
public ref class InfoBarActionItem abstract : Microsoft::VisualStudio::Shell::InfoBarTextSpan, Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem
[Windows::Foundation::Metadata::WebHostHidden]
class InfoBarActionItem abstract : Microsoft::VisualStudio::Shell::InfoBarTextSpan, Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem
public abstract class InfoBarActionItem : Microsoft.VisualStudio.Shell.InfoBarTextSpan, Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItem
type InfoBarActionItem = class
inherit InfoBarTextSpan
interface IVsInfoBarActionItem
interface IVsInfoBarTextSpan
Public MustInherit Class InfoBarActionItem
Inherits InfoBarTextSpan
Implements IVsInfoBarActionItem
- Vererbung
- Abgeleitet
- Implementiert
Konstruktoren
| InfoBarActionItem(String, Object) |
Erstellt ein neues Aktions Element mit optionalen Formatierungsoptionen. |
Eigenschaften
| ActionContext | |
| Bold |
Bestimmt, ob die Text Spanne fett formatierten Text ist. (Geerbt von InfoBarTextSpan) |
| IsButton | |
| Italic |
Bestimmt, ob der Textabschnitt kursiv formatiert werden soll. (Geerbt von InfoBarTextSpan) |
| Text |
Ruft den Text für die Spanne ab. (Geerbt von InfoBarTextSpan) |
| Underline |
Bestimmt, ob der Textabschnitt unterstrichen werden soll oder nicht. (Geerbt von InfoBarTextSpan) |