DkmClrAlias.CustomTypeInfoPayload Propriedade

Definição

A carga de informações de tipo personalizado usada pelo compilador para inserir informações de tipo personalizado. O compilador deve verificar se a ID armazenada em CustomTypeInfoPayloadTypeId corresponde à ID esperada antes de usar esse valor.

Essa API foi introduzida no Visual Studio 14 RTM (DkmApiVersion. VS14RTM).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ CustomTypeInfoPayload { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> CustomTypeInfoPayload { get; }
member this.CustomTypeInfoPayload : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property CustomTypeInfoPayload As ReadOnlyCollection(Of Byte)

Valor da propriedade

ReadOnlyCollection<Byte>

Aplica-se a