IDataTemplateExtension.ProcessBinding(UInt32) メソッド

定義

データ テンプレート内のバインドされたデータの段階的なレンダリングを提供します。

public:
 bool ProcessBinding(unsigned int phase);
bool ProcessBinding(uint32_t const& phase);
public bool ProcessBinding(uint phase);
function processBinding(phase)
Public Function ProcessBinding (phase As UInteger) As Boolean

パラメーター

phase
UInt32

unsigned int

uint32_t

メソッドが呼び出された回数を取得します。

戻り値

Boolean

bool

処理するフェーズが増える場合は true。それ以外の場合は false

適用対象