DataPackage.GetResourceString Method (Int32)

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 ( _
    resourceId As Integer _
) As String
public static string GetResourceString(
    int resourceId
)
public:
static String^ GetResourceString(
    int resourceId
)
static member GetResourceString : 
        resourceId:int -> string 
public static function GetResourceString(
    resourceId : int
) : 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