DTEClass.SatelliteDllPath, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Pour plus d'informations sur cette méthode, consultez SatelliteDllPath.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
Public Overridable Function SatelliteDllPath ( _
Path As String, _
Name As String _
) As String
public virtual string SatelliteDllPath(
string Path,
string Name
)
public:
virtual String^ SatelliteDllPath(
String^ Path,
String^ Name
)
abstract SatelliteDllPath :
Path:string *
Name:string -> string
override SatelliteDllPath :
Path:string *
Name:string -> string
public function SatelliteDllPath(
Path : String,
Name : String
) : String
Paramètres
- Path
Type : System.String
Chemin d'accès de la DLL satellite.
- Name
Type : System.String
Nom de la DLL satellite.
Valeur de retour
Type : System.String
Chemin d'accès de la DLL satellite.
Implémentations
_DTE.SatelliteDllPath(String, String)
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.