IDataTemplateExtension.ProcessBinding(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供資料範本中系結資料的階段轉譯。
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。