IOpaqueAction.Body (Propiedad)

Especifica la acción en uno o varios lenguajes.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Actions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

IOpaqueAction Interfaz

Microsoft.VisualStudio.Uml.Actions (Espacio de nombres)