Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the text in the function body.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public string Body { get; set; }
public:
property String^ Body {
String^ get();
void set(String^ value);
}
member Body : string with get, set
Public Property Body As String
Property Value
Type: System.String
The text in the function body.
See Also
CodeFunction Class
Microsoft.VisualStudio.Tools.Applications Namespace