Share via


IVsDataProvider.GetString(String) Method

Definition

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.

Applies to