RegistrationService.GetResource(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the resource from the registration service. This class cannot be inherited.
public:
virtual System::Object ^ GetResource(System::String ^ resourceManager, System::String ^ resourceID);
public object GetResource (string resourceManager, string resourceID);
abstract member GetResource : string * string -> obj
override this.GetResource : string * string -> obj
Public Function GetResource (resourceManager As String, resourceID As String) As Object
Parameters
- resourceManager
- String
A string of the resource to get.
- resourceID
- String
A string that represents the resource identifier.
Returns
Retrieves the resource from the registration service.