LiteralEncoder.TaggedVector Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
TaggedVector(Action<CustomAttributeArrayTypeEncoder>, Action<VectorEncoder>) |
Koduje typ i elementy literału wektora przy użyciu określonych delegatów. |
TaggedVector(CustomAttributeArrayTypeEncoder, VectorEncoder) |
Zwraca parę koderów, które muszą być używane do kodowania typu i elementów literału wektora w kolejności, w której są wyświetlane na liście parametrów. |
TaggedVector(Action<CustomAttributeArrayTypeEncoder>, Action<VectorEncoder>)
- Źródło:
- BlobEncoders.cs
- Źródło:
- BlobEncoders.cs
- Źródło:
- BlobEncoders.cs
Koduje typ i elementy literału wektora przy użyciu określonych delegatów.
public:
void TaggedVector(Action<System::Reflection::Metadata::Ecma335::CustomAttributeArrayTypeEncoder> ^ arrayType, Action<System::Reflection::Metadata::Ecma335::VectorEncoder> ^ vector);
public void TaggedVector (Action<System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder> arrayType, Action<System.Reflection.Metadata.Ecma335.VectorEncoder> vector);
member this.TaggedVector : Action<System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder> * Action<System.Reflection.Metadata.Ecma335.VectorEncoder> -> unit
Public Sub TaggedVector (arrayType As Action(Of CustomAttributeArrayTypeEncoder), vector As Action(Of VectorEncoder))
Parametry
- arrayType
- Action<CustomAttributeArrayTypeEncoder>
Delegat używany do kodowania typu wektora. Wywołana najpierw przez tę metodę.
- vector
- Action<VectorEncoder>
Delegat używany do kodowania elementów wektora. Wywołana sekunda przez tę metodę.
Wyjątki
arrayType
lub vector
ma wartość null
.
Dotyczy
TaggedVector(CustomAttributeArrayTypeEncoder, VectorEncoder)
- Źródło:
- BlobEncoders.cs
- Źródło:
- BlobEncoders.cs
- Źródło:
- BlobEncoders.cs
Zwraca parę koderów, które muszą być używane do kodowania typu i elementów literału wektora w kolejności, w której są wyświetlane na liście parametrów.
public:
void TaggedVector([Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::CustomAttributeArrayTypeEncoder % arrayType, [Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::VectorEncoder % vector);
public void TaggedVector (out System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder arrayType, out System.Reflection.Metadata.Ecma335.VectorEncoder vector);
member this.TaggedVector : CustomAttributeArrayTypeEncoder * VectorEncoder -> unit
Public Sub TaggedVector (ByRef arrayType As CustomAttributeArrayTypeEncoder, ByRef vector As VectorEncoder)
Parametry
- arrayType
- CustomAttributeArrayTypeEncoder
Gdy ta metoda zwraca koder typu tablicy atrybutów niestandardowych używany do kodowania typu wektora.
- vector
- VectorEncoder
Gdy ta metoda zwraca koder wektorowy używany do kodowania elementów wektora.