Partager via


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 : String

    Chemin d'accès de la DLL satellite.

  • Name
    Type : String

    Nom de la DLL satellite.

Valeur de retour

Type : String
Chemin d'accès de la DLL satellite.

Implémentations

_DTE.SatelliteDllPath(String, String)

Sécurité .NET Framework

Voir aussi

Référence

DTEClass Classe

EnvDTE, espace de noms