IVsProject4.OpenItemWithSpecific Method

Definition

public:
 int OpenItemWithSpecific(System::UInt32 itemid, System::UInt32 grfEditorFlags, Guid % rguidEditorType, System::String ^ pszPhysicalView, Guid % rguidLogicalView, IntPtr punkDocDataExisting, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ % ppWindowFrame);
public int OpenItemWithSpecific (uint itemid, uint grfEditorFlags, ref Guid rguidEditorType, string pszPhysicalView, ref Guid rguidLogicalView, IntPtr punkDocDataExisting, out Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame ppWindowFrame);
abstract member OpenItemWithSpecific : uint32 * uint32 * Guid * string * Guid * nativeint * IVsWindowFrame -> int
Public Function OpenItemWithSpecific (itemid As UInteger, grfEditorFlags As UInteger, ByRef rguidEditorType As Guid, pszPhysicalView As String, ByRef rguidLogicalView As Guid, punkDocDataExisting As IntPtr, ByRef ppWindowFrame As IVsWindowFrame) As Integer

Parameters

itemid
UInt32
grfEditorFlags
UInt32
rguidEditorType
Guid
pszPhysicalView
String
rguidLogicalView
Guid
punkDocDataExisting
IntPtr

nativeint

ppWindowFrame
IVsWindowFrame

Returns

Returns Int32.

Implements

Applies to