共用方式為


CodeVariableReferenceExpression.VariableName 屬性

定義

取得或設定要參考的區域變數名稱。

public:
 property System::String ^ VariableName { System::String ^ get(); void set(System::String ^ value); };
public string VariableName { get; set; }
member this.VariableName : string with get, set
Public Property VariableName As String

屬性值

要參考的區域變數名稱。

適用於