ControlChannelTrigger.Close 方法

定義

關閉 ControlChannelTrigger 物件。

注意

Windows Phone不支援這個方法。

public:
 virtual void Close() = Close;
void Close();
// This member is not implemented in C#
function close()
' This member is not implemented in VB.NET

實作

M:Windows.Foundation.IClosable.Close M:System.IDisposable.Close

備註

Close 方法會中止任何擱置中的作業,並釋放與 ControlChannelTrigger 物件相關聯的所有 Unmanaged 資源。 呼叫此方法會釋放配置給 ControlChannelTrigger的任何硬體資源。

在 .NET Framework 4.5 中,此方法會投影為 方法。 在 C++ 中,此方法會投影為解構函式的一部分, (delete 運算子) 。

適用於