RunningDocumentTable::FindOrRegisterAndLockDocument Method (_VSRDTFLAGS, String^, IVsHierarchy^, UInt32, Object^)

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
Object^ FindOrRegisterAndLockDocument(
	_VSRDTFLAGS lockType,
	String^ moniker,
	IVsHierarchy^ hierPreferred,
	unsigned int itemidPreferred,
	Object^ docDataPreferred
)

Parameters

lockType
Type: Microsoft.VisualStudio.Shell.Interop::_VSRDTFLAGS

moniker
Type: System::String^

hierPreferred
Type: Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^

itemidPreferred
Type: System::UInt32

docDataPreferred
Type: System::Object^

Return Value

Type: System::Object^
Return to top
Show: