다음을 통해 공유


ResourceExplorerOptions.DeclarativeTypes 속성

정의

주의

Register DeclarativeType instances directly through the TypeRegistrations property.`

사용할 선언적 형식 목록을 가져오거나 설정합니다. null로 Components 설정된 경우 로 돌아갑니다.

[System.Obsolete("Register `DeclarativeType` instances directly through the TypeRegistrations property.`")]
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.IComponentDeclarativeTypes> DeclarativeTypes { get; set; }
[<System.Obsolete("Register `DeclarativeType` instances directly through the TypeRegistrations property.`")>]
member this.DeclarativeTypes : seq<Microsoft.Bot.Builder.Dialogs.Declarative.IComponentDeclarativeTypes> with get, set
Public Property DeclarativeTypes As IEnumerable(Of IComponentDeclarativeTypes)

속성 값

사용할 선언적 형식 목록입니다. null로 Components 설정된 경우 로 돌아갑니다.

특성

적용 대상