CoreWindow.GetForCurrentThread 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前使用中線程的 CoreWindow 實例。
public:
static CoreWindow ^ GetForCurrentThread();
static CoreWindow GetForCurrentThread();
public static CoreWindow GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As CoreWindow
傳回
目前使用中線程的 CoreWindow ,如果沒有這類 CoreWindow,則為 null。