다음을 통해 공유


I2cDevice.Close 메서드

정의

통합 회로(I2 C) 디바이스에 대한 연결을 닫습니다.

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

설명

클래스가 IClosable을 구현한 Windows 런타임 클래스 인스턴스에서 Visual C++ 구성 요소 확장(C++/CX)을 통해 Close 메서드를 호출할 수 없습니다. 대신 런타임 클래스에 대한 Visual C++ 구성 요소 확장(C++/CX) 코드는 소멸자를 호출하거나 마지막 참조를 null로 설정해야 합니다.

적용 대상

추가 정보