VersionResource Constructor (name, locale)

Microsoft Deployment Tools

Deployment Tools Foundation VersionResource Constructor (name, locale)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesVersionResourceVersionResource(String, Int32)
Creates a new VersionResource object without any data. The data can be later loaded from a file.
Declaration Syntax
C# Visual Basic Visual C++
public VersionResource(
	string name,
	int locale
)
Public Sub New ( _
	name As String, _
	locale As Integer _
)
public:
VersionResource(
	String^ name, 
	int locale
)
Parameters
name (String)
Name of the resource. For a numeric resource identifier, prefix the decimal number with a "#".
locale (Int32)
Locale of the resource

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources) Version: 3.0.0.0 (3.5.1623.0)