Questo argomento non è stato ancora valutato - Valuta questo argomento

Campo DataFormats.Rtf

Specifies the Rich Text Format (RTF) data format.

Spazio dei nomi: System.Windows
Assembly: PresentationCore (in presentationcore.dll)

public static readonly string Rtf
public static final String Rtf
public static final var Rtf : String
Non è possibile utilizzare campi in XAML.

Valore di campo

A string denoting the RTF data format: "Rich Text Format".

RTF is an adaptation of Document Content Architecture that is used for transferring formatted text documents between applications.

This field is used by the DataObject class and other classes that implement the IDataObject interface to describe an available data format.

Use this field with the SetData method to add data with a corresponding format to a data object; use this field with the GetData method to retrieve data in the corresponding format. To check whether a data object contains data in this format, use the GetDataPresent method to query for the format.

Microsoft .NET Framework 3.0 è supportato in Windows Vista, Microsoft Windows XP SP2 e Windows Server 2003 SP1.

.NET Framework

Supportato in:
Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
Microsoft sta conducendo un sondaggio in linea per comprendere l'opinione degli utenti in merito al sito Web di MSDN. Se si sceglie di partecipare, quando si lascia il sito Web di MSDN verrà visualizzato il sondaggio in linea.

Si desidera partecipare?
© 2013 Microsoft. Tutti i diritti riservati.