DataCollectorMessageInfo.Text, propriété
Obtient ou définit le texte du message.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Property Text As String
public string Text { get; private set; }
public:
property String^ Text {
String^ get ();
private: void set (String^ value);
}
member Text : string with get, private set
function get Text () : String
private function set Text (value : String)
Valeur de propriété
Type : String
Texte du message.
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.