Share via


DkmScriptSourceProjectItem.Create(String, Boolean) Method

Definition

Create a new DkmScriptSourceProjectItem object instance.

public:
 static Microsoft::VisualStudio::Debugger::Script::DkmScriptSourceProjectItem ^ Create(System::String ^ Path, bool IsGenerated);
public:
 static Microsoft::VisualStudio::Debugger::Script::DkmScriptSourceProjectItem ^ Create(Platform::String ^ Path, bool IsGenerated);
 static Microsoft::VisualStudio::Debugger::Script::DkmScriptSourceProjectItem Create(std::wstring const & Path, bool IsGenerated);
public static Microsoft.VisualStudio.Debugger.Script.DkmScriptSourceProjectItem Create (string Path, bool IsGenerated);
static member Create : string * bool -> Microsoft.VisualStudio.Debugger.Script.DkmScriptSourceProjectItem
Public Shared Function Create (Path As String, IsGenerated As Boolean) As DkmScriptSourceProjectItem

Parameters

Path
String

[In] Moniker of the project item returned from MapDeployedURLToProjectItem. Project systems can plug into this through IsDocumentInProject.

IsGenerated
Boolean

[In] True if the script document is expected to be a generated client-side document, so the project item cannot be directly mapped.

Returns

[Out] Result of this method call.

Applies to