Método DTEClass.SatelliteDllPath
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Para obter mais informações sobre esse método, consulte SatelliteDllPath.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
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
Parâmetros
- Path
Tipo: System.String
O caminho da dll satélite.
- Name
Tipo: System.String
O nome da dll satélite.
Valor de retorno
Tipo: System.String
O caminho da dll satélite.
Implementações
_DTE.SatelliteDllPath(String, String)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.