Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides a semaphore to enable temporary exclusive access to a resource. For more information, see IBlockingLock.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("30F3D47A-6447-11D1-8E3C-00C04FB9386D")> _
<InterfaceTypeAttribute()> _
Public Interface IBlockingLock
'Usage
Dim instance As IBlockingLock
[GuidAttribute("30F3D47A-6447-11D1-8E3C-00C04FB9386D")]
[InterfaceTypeAttribute()]
public interface IBlockingLock
[GuidAttribute(L"30F3D47A-6447-11D1-8E3C-00C04FB9386D")]
[InterfaceTypeAttribute()]
public interface class IBlockingLock
[<GuidAttribute("30F3D47A-6447-11D1-8E3C-00C04FB9386D")>]
[<InterfaceTypeAttribute()>]
type IBlockingLock = interface end
public interface IBlockingLock