PreserializedResourceWriter.AddTypeConverterResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a resource of the specified type represented by a byte array that is passed to the type's TypeConverter when reading the resource.
public:
void AddTypeConverterResource(System::String ^ name, cli::array <System::Byte> ^ value, System::String ^ typeName);
public void AddTypeConverterResource (string name, byte[] value, string typeName);
member this.AddTypeConverterResource : string * byte[] * string -> unit
Public Sub AddTypeConverterResource (name As String, value As Byte(), typeName As String)
Parameters
- name
- String
The resource name.
- value
- Byte[]
A byte array containing the resource in a form understood by the type's TypeConverter.
- typeName
- String
The assembly qualified type name of the resource.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.