Contains Method (locale)

Microsoft Deployment Tools

Deployment Tools Foundation Contains Method (locale)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesVersionResourceContains(Int32)
Checks if a version string table exists for a given locale.
Declaration Syntax
C# Visual Basic Visual C++
public bool Contains(
	int locale
)
Public Function Contains ( _
	locale As Integer _
) As Boolean
public:
bool Contains(
	int locale
)
Parameters
locale (Int32)
Locale to search for
Return Value
True if a string table was found for the locale; false otherwise.

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