IVsProject4::OpenItemWithSpecific Method (UInt32, UInt32, Guid, String^, Guid, IntPtr, IVsWindowFrame^)

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int OpenItemWithSpecific(
	unsigned int itemid,
	unsigned int grfEditorFlags,
	[InAttribute] Guid% rguidEditorType,
	String^ pszPhysicalView,
	[InAttribute] Guid% rguidLogicalView,
	IntPtr punkDocDataExisting,
	[OutAttribute] IVsWindowFrame^% ppWindowFrame
)

Parameters

itemid
Type: System::UInt32

grfEditorFlags
Type: System::UInt32

rguidEditorType
Type: System::Guid

pszPhysicalView
Type: System::String^

rguidLogicalView
Type: System::Guid

punkDocDataExisting
Type: System::IntPtr

ppWindowFrame
Type: Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^

Return Value

Type: System::Int32

Returns Int32.

Return to top
Show: