다음을 통해 공유


IControl.Location 속성

지정된 항목의 위치를 포함하는 문자열을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.VsWizard
어셈블리:  Microsoft.VisualStudio.VsWizard(Microsoft.VisualStudio.VsWizard.dll)

구문

‘선언
Property Location As String
string Location { get; set; }
property String^ Location {
    String^ get ();
    void set (String^ value);
}
abstract Location : string with get, set
function get Location () : String 
function set Location (value : String)

속성 값

형식: String
컨트롤의 형식 라이브러리 위치입니다.

.NET Framework 보안

참고 항목

참조

IControl 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스