ControlChannelTrigger.Close 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 運算子) 。