IVsDataProvider.GetString(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.
Gets a localized string from the DDEX provider.
public:
System::String ^ GetString(System::String ^ resourceId);
public string GetString (string resourceId);
abstract member GetString : string -> string
Public Function GetString (resourceId As String) As String
Parameters
- resourceId
- String
The identifier of the string resource to retrieve.
Returns
The localized value of the string resource, if the resource ID is valid and identifies an existing resource; otherwise, null.
Exceptions
The resourceId
parameter is null.