IVsAddProjectItemDlg3.AddProjectItemDlgRemotable Method

Definition

public:
 void AddProjectItemDlgRemotable(System::UInt32 itemidLoc, Guid % rguidProjectId, System::UInt32 grfAddFlags, System::String ^ lpszDlgTitle, System::String ^ lpszTreeViewTitle, System::String ^ lpszHelpTopic, System::String ^ lpszExpand, System::String ^ lpszSelect, [Runtime::InteropServices::Out] System::String ^ % pbstrLocation, [Runtime::InteropServices::Out] System::String ^ % pbstrFilter, [Runtime::InteropServices::Out] int % pfDontShowAgain);
public void AddProjectItemDlgRemotable (uint itemidLoc, ref Guid rguidProjectId, uint grfAddFlags, string lpszDlgTitle, string lpszTreeViewTitle, string lpszHelpTopic, string lpszExpand, string lpszSelect, out string pbstrLocation, out string pbstrFilter, out int pfDontShowAgain);
abstract member AddProjectItemDlgRemotable : uint32 * Guid * uint32 * string * string * string * string * string * string * string * int -> unit
Public Sub AddProjectItemDlgRemotable (itemidLoc As UInteger, ByRef rguidProjectId As Guid, grfAddFlags As UInteger, lpszDlgTitle As String, lpszTreeViewTitle As String, lpszHelpTopic As String, lpszExpand As String, lpszSelect As String, ByRef pbstrLocation As String, ByRef pbstrFilter As String, ByRef pfDontShowAgain As Integer)

Parameters

itemidLoc
UInt32
rguidProjectId
Guid
grfAddFlags
UInt32
lpszDlgTitle
String
lpszTreeViewTitle
String
lpszHelpTopic
String
lpszExpand
String
lpszSelect
String
pbstrLocation
String
pbstrFilter
String
pfDontShowAgain
Int32

Applies to