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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.