RunningDocumentTable.UnlockDocument(_VSRDTFLAGS, UInt32) Método

Definição

Libera um bloqueio de leitura ou de edição no documento aberto.

public:
 Microsoft::VisualStudio::Shell::UnlockResult UnlockDocument(Microsoft::VisualStudio::Shell::Interop::_VSRDTFLAGS lockType, System::UInt32 cookie);
public:
 Microsoft::VisualStudio::Shell::UnlockResult UnlockDocument(Microsoft::VisualStudio::Shell::Interop::_VSRDTFLAGS lockType, unsigned int cookie);
Microsoft::VisualStudio::Shell::UnlockResult UnlockDocument(Microsoft::VisualStudio::Shell::Interop::_VSRDTFLAGS lockType, unsigned int cookie);
public Microsoft.VisualStudio.Shell.UnlockResult UnlockDocument (Microsoft.VisualStudio.Shell.Interop._VSRDTFLAGS lockType, uint cookie);
member this.UnlockDocument : Microsoft.VisualStudio.Shell.Interop._VSRDTFLAGS * uint32 -> Microsoft.VisualStudio.Shell.UnlockResult
Public Function UnlockDocument (lockType As _VSRDTFLAGS, cookie As UInteger) As UnlockResult

Parâmetros

lockType
_VSRDTFLAGS

Bloquear valores da _VSRDTFLAGS enumeração.

cookie
UInt32

O identificador dos dados do documento na tabela de documentos em execução.

Retornos

UnlockResult

Retorna o valor de Unlocked .

Comentários

Esse método chama UnlockDocument.

Aplica-se a