ProjectInRunningDocumentTableEventArgs(Guid, String, UInt32) Constructor

Definition

public ProjectInRunningDocumentTableEventArgs (Guid projectId, string filename, uint cookie = 0);
new Microsoft.VisualStudio.Shell.Events.ProjectInRunningDocumentTableEventArgs : Guid * string * uint32 -> Microsoft.VisualStudio.Shell.Events.ProjectInRunningDocumentTableEventArgs
Public Sub New (projectId As Guid, filename As String, Optional cookie As UInteger = 0)

Parameters

projectId
Guid
filename
String
cookie
UInt32

Applies to