DkmInstalledApplicationInfo.Create Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Create(String, String, String, String, String, String, Guid) |
Crie uma nova instância do objeto DkmInstalledApplicationInfo. |
| Create(String, String, String, String, String, String, Guid, String) |
Crie uma nova instância do objeto DkmInstalledApplicationInfo.
|
Create(String, String, String, String, String, String, Guid)
Crie uma nova instância do objeto DkmInstalledApplicationInfo.
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
Parâmetros
- AppUserModelId
- String
No A ID do modelo de usuário do aplicativo.
- DisplayName
- String
No O nome de exibição do aplicativo.
- Executable
- String
[In, opcional] O nome do executável.
- SmallLogoPath
- String
[In, opcional] O caminho do logotipo pequeno do aplicativo. Para remoto, será o caminho no sistema remoto.
- BackgroundColor
- String
[In, opcional] A cor do plano de fundo do aplicativo.
- Description
- String
No O nome da descrição do aplicativo.
- DefaultDebugEngine
- Guid
No O mecanismo de depuração padrão a ser usado para depurar este aplicativo. Se não for possível determinar, o padrão será nativo.
Retornos
Fora Resultado dessa chamada de método.
Aplica-se a
Create(String, String, String, String, String, String, Guid, String)
Crie uma nova instância do objeto DkmInstalledApplicationInfo.
Essa API foi introduzida no Visual Studio 14 atualização 2 (DkmApiVersion. VS14Update2).
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
Parâmetros
- AppUserModelId
- String
No A ID do modelo de usuário do aplicativo.
- DisplayName
- String
No O nome de exibição do aplicativo.
- Executable
- String
[In, opcional] O nome do executável.
- SmallLogoPath
- String
[In, opcional] O caminho do logotipo pequeno do aplicativo. Para remoto, será o caminho no sistema remoto.
- BackgroundColor
- String
[In, opcional] A cor do plano de fundo do aplicativo.
- Description
- String
No O nome da descrição do aplicativo.
- DefaultDebugEngine
- Guid
No O mecanismo de depuração padrão a ser usado para depurar este aplicativo. Se não for possível determinar, o padrão será nativo.
- EntryPoint
- String
[In, opcional] O ponto de entrada do aplicativo.
Retornos
Fora Resultado dessa chamada de método.