共用方式為


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

適用於