共用方式為


CodeMethodReturnStatement.Expression 屬性

定義

取得或設定傳回值。

public:
 property System::CodeDom::CodeExpression ^ Expression { System::CodeDom::CodeExpression ^ get(); void set(System::CodeDom::CodeExpression ^ value); };
public System.CodeDom.CodeExpression Expression { get; set; }
member this.Expression : System.CodeDom.CodeExpression with get, set
Public Property Expression As CodeExpression

屬性值

CodeExpression,表示傳回陳述式 (Statement) 要傳回的值,或是如果陳述式為副程式的一部分時,則為 null

備註

這個屬性應該 null 適用於子程式,並且設定為函式以外的 null 專案。

適用於

另請參閱