Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds and locks the document.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Function FindAndLockDocumentEx ( _
lockType As _VSRDTFLAGS, _
moniker As String, _
hierPreferred As IVsHierarchy, _
itemidPreferred As UInteger _
) As Object
public Object FindAndLockDocumentEx(
_VSRDTFLAGS lockType,
string moniker,
IVsHierarchy hierPreferred,
uint itemidPreferred
)
public:
Object^ FindAndLockDocumentEx(
_VSRDTFLAGS lockType,
String^ moniker,
IVsHierarchy^ hierPreferred,
unsigned int itemidPreferred
)
member FindAndLockDocumentEx :
lockType:_VSRDTFLAGS *
moniker:string *
hierPreferred:IVsHierarchy *
itemidPreferred:uint32 -> Object
public function FindAndLockDocumentEx(
lockType : _VSRDTFLAGS,
moniker : String,
hierPreferred : IVsHierarchy,
itemidPreferred : uint
) : Object
Parameters
lockType
Type: Microsoft.VisualStudio.Shell.Interop._VSRDTFLAGSThe lock type.
moniker
Type: StringThe document moniker.
hierPreferred
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchyThe project hierarchy.
itemidPreferred
Type: UInt32The item ID.
Return Value
Type: Object
The lock.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.