ArcFM Engine Developer Guide
GetComponentResourceManager Method (ResourceProvider)


The System.Type of the component or object.
Returns the culture-specific resource enumerator for a component or object based on its type.
Syntax
'Declaration
 
Public MustOverride Function GetComponentResourceManager( _
   ByVal type As Type _
) As ComponentResourceManager
'Usage
 
Dim instance As ResourceProvider
Dim type As Type
Dim value As ComponentResourceManager
 
value = instance.GetComponentResourceManager(type)
public abstract ComponentResourceManager GetComponentResourceManager( 
   Type type
)

Parameters

type
The System.Type of the component or object.

Return Value

A culture-specific System.ComponentModel.ComponentResourceManager for the type.
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

ResourceProvider Class
ResourceProvider Members

 

 


Send Comment