AddInAttribute(String) 생성자

정의

AddInAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 AddInAttribute(System::String ^ name);
public AddInAttribute (string name);
new System.AddIn.AddInAttribute : string -> System.AddIn.AddInAttribute
Public Sub New (name As String)

매개 변수

name
String

추가 기능의 이름입니다.

예외

name 이 빈 문자열입니다.

name이(가) null인 경우

적용 대상