다음을 통해 공유


IControl.CoClass 속성

지정된 IControl 개체에 대한 coclass의 이름을 포함하는 문자열을 가져오거나 설정합니다.

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

구문

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

속성 값

형식: String
coclass의 이름입니다.

.NET Framework 보안

참고 항목

참조

IControl 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스