Bagikan melalui


CodeFunction.Body Property

 

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

Return to top