다음을 통해 공유


IControl.Name 속성

개체의 이름을 가져오거나 설정합니다.

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

구문

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

속성 값

형식: String
개체의 이름입니다.

.NET Framework 보안

참고 항목

참조

IControl 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스

기타 리소스

방법: 자동화 개체 모델 코드의 예제 컴파일 및 실행