DataPackage.GetResourceString Method (String)

Returns the resource string from the satellite assembly.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Shared Function GetResourceString ( _
    resourceName As String _
) As String
public static string GetResourceString(
    string resourceName
)
public:
static String^ GetResourceString(
    String^ resourceName
)
static member GetResourceString : 
        resourceName:string -> string 
public static function GetResourceString(
    resourceName : String
) : String

Parameters

Return Value

Type: System.String
The value of the resource.

.NET Framework Security

See Also

Reference

DataPackage Class

GetResourceString Overload

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace