DataPackage.GetResourceString, méthode (String)
Retourne la chaîne de ressource provenant de l'assembly satellite.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
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
Paramètres
- resourceName
Type : System.String
Nom de la ressource.
Valeur de retour
Type : System.String
Valeur de la ressource.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.UI, espace de noms