ArcFM Desktop Developer Guide
GetResourceManager(Type,ComponentResourceManager) Method


The System.Type to reference for information on obtaining a resource manager.
A System.ComponentModel.ComponentResourceManager initialized for the given type.
Gets a System.ComponentModel.ComponentResourceManager based on information of the given System.Type.
Syntax
'Declaration
 
Public Overloads Shared Sub GetResourceManager( _
   ByVal type As Type, _
   ByRef resourceManager As ComponentResourceManager _
) 
'Usage
 
Dim type As Type
Dim resourceManager As ComponentResourceManager
 
ResourcesManager.GetResourceManager(type, resourceManager)
public static void GetResourceManager( 
   Type type,
   out ComponentResourceManager resourceManager
)

Parameters

type
The System.Type to reference for information on obtaining a resource manager.
resourceManager
A System.ComponentModel.ComponentResourceManager initialized for the given 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

ResourcesManager Class
ResourcesManager Members
Overload List

 

 


Send Comment