VsTextImageClass.UnlockImage(UInt32) Yöntem

Tanım

Metin resminin kullanımda olduğunu bildirir.

public:
 virtual int UnlockImage(System::UInt32 grfLock) = Microsoft::VisualStudio::TextManager::Interop::IVsTextImage::UnlockImage;
public:
 virtual int UnlockImage(unsigned int grfLock) = Microsoft::VisualStudio::TextManager::Interop::IVsTextImage::UnlockImage;
 virtual int UnlockImage(unsigned int grfLock);
public virtual int UnlockImage (uint grfLock);
abstract member UnlockImage : uint32 -> int
override this.UnlockImage : uint32 -> int
Public Overridable Function UnlockImage (grfLock As UInteger) As Integer

Parametreler

grfLock
UInt32

'ndaki Kilitleme bayrağını belirtir. Değerler BufferLockFlags numaralandırmasından alınır.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Uygulamalar

Şunlara uygulanır