PropertyUpdate.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(CommandProperty, UInt16, Nullable<Boolean>) |
Cria uma nova atualização de propriedade para um valor bool. |
| Create(CommandProperty, UInt16, Nullable<Int32>) |
Cria uma nova atualização de propriedade para um valor int. |
| Create(CommandProperty, UInt16, Nullable<Int64>) |
Cria uma nova atualização de propriedade para um valor longo. |
| Create(CommandProperty, UInt16, String) |
Cria uma nova atualização de propriedade para um valor de cadeia de caracteres. |
Create(CommandProperty, UInt16, Nullable<Boolean>)
Cria uma nova atualização de propriedade para um valor bool.
public:
static Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate Create(Microsoft::VisualStudio::RpcContracts::Commands::CommandProperty property, System::UInt16 id, Nullable<bool> value);
public static Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate Create (Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty property, ushort id, bool? value);
static member Create : Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty * uint16 * Nullable<bool> -> Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate
Public Shared Function Create (property As CommandProperty, id As UShort, value As Nullable(Of Boolean)) As PropertyUpdate
Parâmetros
- property
- CommandProperty
A propriedade atualizada.
- id
- UInt16
A ID do comando.
Retornos
Um novo PropertyUpdate.
Aplica-se a
Create(CommandProperty, UInt16, Nullable<Int32>)
Cria uma nova atualização de propriedade para um valor int.
public:
static Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate Create(Microsoft::VisualStudio::RpcContracts::Commands::CommandProperty property, System::UInt16 id, Nullable<int> value);
public static Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate Create (Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty property, ushort id, int? value);
static member Create : Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty * uint16 * Nullable<int> -> Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate
Public Shared Function Create (property As CommandProperty, id As UShort, value As Nullable(Of Integer)) As PropertyUpdate
Parâmetros
- property
- CommandProperty
A propriedade atualizada.
- id
- UInt16
A ID do comando.
Retornos
Um novo PropertyUpdate.
Aplica-se a
Create(CommandProperty, UInt16, Nullable<Int64>)
Cria uma nova atualização de propriedade para um valor longo.
public:
static Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate Create(Microsoft::VisualStudio::RpcContracts::Commands::CommandProperty property, System::UInt16 id, Nullable<long> value);
public static Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate Create (Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty property, ushort id, long? value);
static member Create : Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty * uint16 * Nullable<int64> -> Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate
Public Shared Function Create (property As CommandProperty, id As UShort, value As Nullable(Of Long)) As PropertyUpdate
Parâmetros
- property
- CommandProperty
A propriedade atualizada.
- id
- UInt16
A ID do comando.
Retornos
Um novo PropertyUpdate.
Aplica-se a
Create(CommandProperty, UInt16, String)
Cria uma nova atualização de propriedade para um valor de cadeia de caracteres.
public:
static Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate Create(Microsoft::VisualStudio::RpcContracts::Commands::CommandProperty property, System::UInt16 id, System::String ^ value);
public static Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate Create (Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty property, ushort id, string value);
static member Create : Microsoft.VisualStudio.RpcContracts.Commands.CommandProperty * uint16 * string -> Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate
Public Shared Function Create (property As CommandProperty, id As UShort, value As String) As PropertyUpdate
Parâmetros
- property
- CommandProperty
A propriedade atualizada.
- id
- UInt16
A ID do comando.
- value
- String
O valor da propriedade.
Retornos
Um novo PropertyUpdate.