DkmInstalledApplicationInfo.Create Methode

Definition

Überlädt

Create(String, String, String, String, String, String, Guid)

Erstellen Sie eine neue dkminstalledapplicationinfo-Objektinstanz.

Create(String, String, String, String, String, String, Guid, String)

Erstellen Sie eine neue dkminstalledapplicationinfo-Objektinstanz.

         Diese API wurde in Visual Studio 14 Update 2 (dkmapiversion. VS14Update2) eingeführt.

Create(String, String, String, String, String, String, Guid)

Erstellen Sie eine neue dkminstalledapplicationinfo-Objektinstanz.

public:
 static Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledApplicationInfo ^ Create(System::String ^ AppUserModelId, System::String ^ DisplayName, System::String ^ Executable, System::String ^ SmallLogoPath, System::String ^ BackgroundColor, System::String ^ Description, Guid DefaultDebugEngine);
public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo Create (string AppUserModelId, string DisplayName, string Executable, string SmallLogoPath, string BackgroundColor, string Description, Guid DefaultDebugEngine);
static member Create : string * string * string * string * string * string * Guid -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo
Public Shared Function Create (AppUserModelId As String, DisplayName As String, Executable As String, SmallLogoPath As String, BackgroundColor As String, Description As String, DefaultDebugEngine As Guid) As DkmInstalledApplicationInfo

Parameter

AppUserModelId
String

In Die App-Benutzer Modell-ID.

DisplayName
String

In Der Anzeige Name der Anwendung.

Executable
String

[In, optional] Der Name der ausführbaren Datei.

SmallLogoPath
String

[In, optional] Der kleine Logo Pfad der Anwendung. Bei Remote wird dies der Pfad auf dem Remote System sein.

BackgroundColor
String

[In, optional] Die Hintergrundfarbe der Anwendung.

Description
String

In Der Name der Anwendungsbeschreibung.

DefaultDebugEngine
Guid

In Die standardmäßige Debug-Engine zum Debuggen dieser app. Wenn nicht bestimmt werden kann, ist der Standardwert Native.

Gibt zurück

DkmInstalledApplicationInfo

Vorgenommen Ergebnis dieses Methoden Aufrufes.

Gilt für

Create(String, String, String, String, String, String, Guid, String)

Erstellen Sie eine neue dkminstalledapplicationinfo-Objektinstanz.

         Diese API wurde in Visual Studio 14 Update 2 (dkmapiversion. VS14Update2) eingeführt.
public:
 static Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledApplicationInfo ^ Create(System::String ^ AppUserModelId, System::String ^ DisplayName, System::String ^ Executable, System::String ^ SmallLogoPath, System::String ^ BackgroundColor, System::String ^ Description, Guid DefaultDebugEngine, System::String ^ EntryPoint);
public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo Create (string AppUserModelId, string DisplayName, string Executable, string SmallLogoPath, string BackgroundColor, string Description, Guid DefaultDebugEngine, string EntryPoint);
static member Create : string * string * string * string * string * string * Guid * string -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo
Public Shared Function Create (AppUserModelId As String, DisplayName As String, Executable As String, SmallLogoPath As String, BackgroundColor As String, Description As String, DefaultDebugEngine As Guid, EntryPoint As String) As DkmInstalledApplicationInfo

Parameter

AppUserModelId
String

In Die App-Benutzer Modell-ID.

DisplayName
String

In Der Anzeige Name der Anwendung.

Executable
String

[In, optional] Der Name der ausführbaren Datei.

SmallLogoPath
String

[In, optional] Der kleine Logo Pfad der Anwendung. Bei Remote wird dies der Pfad auf dem Remote System sein.

BackgroundColor
String

[In, optional] Die Hintergrundfarbe der Anwendung.

Description
String

In Der Name der Anwendungsbeschreibung.

DefaultDebugEngine
Guid

In Die standardmäßige Debug-Engine zum Debuggen dieser app. Wenn nicht bestimmt werden kann, ist der Standardwert Native.

EntryPoint
String

[In, optional] Der Einstiegspunkt der Anwendung.

Gibt zurück

DkmInstalledApplicationInfo

Vorgenommen Ergebnis dieses Methoden Aufrufes.

Gilt für