共用方式為


MultiSourceMediaFrameReader.Close 方法

定義

處置物件和相關聯的資源。

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

備註

使用 JavaScript 的通用 Windows 應用程式會使用 Close 方法。 針對在 C# 中使用 .NET Framework 4.5 撰寫的應用程式,VB.NET,Close方法會在MediaFrameReference物件上公開為Dispose () 方法。 針對以 C++ 撰寫的應用程式,會在物件上使用delete關鍵字時呼叫Close方法。

適用於

另請參閱