RuntimeNamePropertyAttribute(String) 생성자

정의

이 인스턴스에 대한 RuntimeNamePropertyAttribute을 초기화하여 Name 클래스의 새 인스턴스를 초기화합니다.

public:
 RuntimeNamePropertyAttribute(System::String ^ name);
public RuntimeNamePropertyAttribute (string name);
new System.Workflow.ComponentModel.Serialization.RuntimeNamePropertyAttribute : string -> System.Workflow.ComponentModel.Serialization.RuntimeNamePropertyAttribute
Public Sub New (name As String)

매개 변수

name
String

이 인스턴스와 연결할 이름을 포함하는 string입니다.

적용 대상