IResourceWriter: AddResource

AddResource

Adds a new resource to the collection of resources to be written.



 Public Sub AddResource(
	  ByRef Value As Variant,
	  ByRef ResourceName As Variant,
	  Optional ByRef ResourceType As Variant,
	  Optional ByRef LanguageID As Variant )

Parameters

Value
[ByRef] Variant. The value of the resource.
ResourceName
[ByRef] Variant. The identifier of the resource value.
ResourceType
[ByRef] Optional. Variant. A number or name of the resource type.
LanguageID
[ByRef] Optional. Variant. A CultureInfo, Culture Name, or LCID.

See Also

Project CorLib Overview

Class IResourceWriter Overview