ICRMWindowRouter.GetStringResource 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.
Overloads
GetStringResource(String) | |
GetStringResource(String, String) |
GetStringResource(String)
public:
System::String ^ GetStringResource(System::String ^ resource);
public string GetStringResource (string resource);
abstract member GetStringResource : string -> string
Public Function GetStringResource (resource As String) As String
Parameters
- resource
- String
Returns
Returns String.
Applies to
GetStringResource(String, String)
public:
System::String ^ GetStringResource(System::String ^ resource, System::String ^ assemblyname);
public string GetStringResource (string resource, string assemblyname);
abstract member GetStringResource : string * string -> string
Public Function GetStringResource (resource As String, assemblyname As String) As String
Parameters
- resource
- String
- assemblyname
- String