DataPackage.GetResourceString, méthode (Int32)
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 ( _
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
Paramètres
- resourceId
Type : System.Int32
ID de 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