GalleryApplicationCustomActionParameter クラス

定義

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

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

コンストラクター

GalleryApplicationCustomActionParameter(String)

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

プロパティ

DefaultValue

パラメーターの既定値。 文字列型にのみ適用されます。

Description

このパラメーターの意味をユーザーが理解するのに役立つ説明。

IsRequired

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

Name

カスタム アクションの名前。 ギャラリー アプリケーション バージョン内で一意である必要があります。

ParameterType

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

適用対象