GalleryApplicationCustomActionParameter クラス

定義

ギャラリー アプリケーション バージョンのカスタム アクションに渡すことができるパラメーターの定義。

public class GalleryApplicationCustomActionParameter
type GalleryApplicationCustomActionParameter = class
Public Class GalleryApplicationCustomActionParameter
継承
GalleryApplicationCustomActionParameter

コンストラクター

GalleryApplicationCustomActionParameter()

GalleryApplicationCustomActionParameter クラスの新しいインスタンスを初期化します。

GalleryApplicationCustomActionParameter(String, Nullable<Boolean>, Nullable<GalleryApplicationCustomActionParameterType>, String, String)

GalleryApplicationCustomActionParameter クラスの新しいインスタンスを初期化します。

プロパティ

DefaultValue

パラメーターの既定値を取得または設定します。 文字列型にのみ適用されます

Description

このパラメーターの意味をユーザーが理解するのに役立つ説明を取得または設定します

Name

カスタム動作の名前を取得または設定します。 ギャラリー アプリケーション バージョン内で一意である必要があります。

Required

カスタム アクションの実行時にこのパラメーターを渡す必要があるかどうかを取得または設定します。

Type

カスタム アクション パラメーターの種類を取得または設定します。 指定できる値は、String、ConfigurationDataBlob、LogOutputBlob です。 使用できる値は、'String'、'ConfigurationDataBlob'、'LogOutputBlob' です。

メソッド

Validate()

オブジェクトを検証します。

適用対象