PropertyUpdate.Create Methode

Definition

Überlädt

Create(CommandProperty, UInt16, Nullable<Boolean>)

Erstellt ein neues Eigenschafts Update für einen booleschen Wert.

Create(CommandProperty, UInt16, Nullable<Int32>)

Erstellt ein neues Eigenschafts Update für einen int-Wert.

Create(CommandProperty, UInt16, Nullable<Int64>)

Erstellt ein neues Eigenschafts Update für einen Long-Wert.

Create(CommandProperty, UInt16, String)

Erstellt ein neues Eigenschafts Update für einen Zeichen folgen Wert.

Create(CommandProperty, UInt16, Nullable<Boolean>)

Erstellt ein neues Eigenschafts Update für einen booleschen Wert.

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

Parameter

property
CommandProperty

Die aktualisierte Eigenschaft.

id
UInt16

Die Befehls-ID.

value
Nullable<Boolean>

Der Eigenschaftswert.

Gibt zurück

PropertyUpdate

Ein neuer PropertyUpdate.

Gilt für

Create(CommandProperty, UInt16, Nullable<Int32>)

Erstellt ein neues Eigenschafts Update für einen int-Wert.

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

Parameter

property
CommandProperty

Die aktualisierte Eigenschaft.

id
UInt16

Die Befehls-ID.

value
Nullable<Int32>

Der Eigenschaftswert.

Gibt zurück

PropertyUpdate

Ein neuer PropertyUpdate.

Gilt für

Create(CommandProperty, UInt16, Nullable<Int64>)

Erstellt ein neues Eigenschafts Update für einen Long-Wert.

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

Parameter

property
CommandProperty

Die aktualisierte Eigenschaft.

id
UInt16

Die Befehls-ID.

value
Nullable<Int64>

Der Eigenschaftswert.

Gibt zurück

PropertyUpdate

Ein neuer PropertyUpdate.

Gilt für

Create(CommandProperty, UInt16, String)

Erstellt ein neues Eigenschafts Update für einen Zeichen folgen Wert.

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

Parameter

property
CommandProperty

Die aktualisierte Eigenschaft.

id
UInt16

Die Befehls-ID.

value
String

Der Eigenschaftswert.

Gibt zurück

PropertyUpdate

Ein neuer PropertyUpdate.

Gilt für