Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- resourceId
Type: System.Int32
The id of the resource
Return Value
Type: System.String
The value of the resource.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.