TextFormattingRunProperties.TextEffectsEmpty, propriété
Détermine si la collection des effets de texte est vide.
Espace de noms : Microsoft.VisualStudio.Text.Formatting
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TextEffectsEmpty As Boolean
public bool TextEffectsEmpty { get; }
public:
property bool TextEffectsEmpty {
bool get ();
}
member TextEffectsEmpty : bool with get
function get TextEffectsEmpty () : boolean
Valeur de propriété
Type : Boolean
true si la collection des effets de texte est vide ; false dans le cas contraire.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.