다음을 통해 공유


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

속성 값

참조할 지역 변수의 이름입니다.

적용 대상