IOpaqueAction.Body, propriété
Spécifie l'action dans un ou plusieurs langages.
Espace de noms : Microsoft.VisualStudio.Uml.Actions
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
Property Body As String
string Body { get; set; }
property String^ Body {
String^ get ();
void set (String^ value);
}
abstract Body : string with get, set
function get Body () : String
function set Body (value : String)
Valeur de propriété
Type : String
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.