다음을 통해 공유


DeclarativeType 생성자

정의

오버로드

DeclarativeType()

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

DeclarativeType(String, Type)

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

DeclarativeType()

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

public DeclarativeType ();
Public Sub New ()

적용 대상

DeclarativeType(String, Type)

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

public DeclarativeType (string kind, Type type);
new Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType : string * Type -> Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType
Public Sub New (kind As String, type As Type)

매개 변수

kind
String

$kind.

type
Type

형식의 매개 변수로 변환됩니다.

적용 대상