ArcFM Desktop Developer Guide
Initialize Method (ResXResourceProvider)


The name of this provider.
The collection of configuration parameters for this provider.
Initializes this Miner.Globalization.ResourceProvider with configuration parameters.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub Initialize( _
   ByVal name As String, _
   ByVal config As NameValueCollection _
) 
'Usage
 
Dim instance As ResXResourceProvider
Dim name As String
Dim config As NameValueCollection
 
instance.Initialize(name, config)
public override void Initialize( 
   string name,
   NameValueCollection config
)

Parameters

name
The name of this provider.
config
The collection of configuration parameters for this provider.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown if 'config' is null.
System.ArgumentException 
System.InvalidOperationException 
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResXResourceProvider Class
ResXResourceProvider Members

 

 


Send Comment