DTEClass.SatelliteDllPath Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information on this method, refer to SatelliteDllPath.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
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
Parameters
Path
Type: System.StringThe satellite dll path.
Name
Type: System.StringThe name of the satellite dll.
Return Value
Type: System.String
The path of the satellite dll.
Implements
_DTE.SatelliteDllPath(String, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.