次の方法で共有


AdaptiveNotificationText.Kind プロパティ

定義

通知に含まれるコンテンツの種類を指定します。 このプロパティは常に AdaptiveNotificationContentKind.Text を返します

public:
 property AdaptiveNotificationContentKind Kind { AdaptiveNotificationContentKind get(); };
AdaptiveNotificationContentKind Kind();
public AdaptiveNotificationContentKind Kind { get; }
var adaptiveNotificationContentKind = adaptiveNotificationText.kind;
Public ReadOnly Property Kind As AdaptiveNotificationContentKind

プロパティ値

通知に含まれるコンテンツの種類を示す 値。 このプロパティは常に AdaptiveNotificationContentKind.Text を返します

実装

適用対象