SR.Init - Méthode (String)
Remarque : cette API est désormais obsolète.
Espace de noms : Microsoft.Office.Workflow.Actions
Assembly : Microsoft.Office.Workflow.Actions (dans Microsoft.Office.Workflow.Actions.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("The ResourceManager is statically initialized.")> _
Public Shared Function Init ( _
strResourceFile As String _
) As Boolean
'Utilisation
Dim strResourceFile As String
Dim returnValue As Boolean
returnValue = SR.Init(strResourceFile)
[ObsoleteAttribute("The ResourceManager is statically initialized.")]
public static bool Init(
string strResourceFile
)
Paramètres
- strResourceFile
Type : System.String
Valeur renvoyée
Type : System.Boolean