Share via


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

Return Value

Type: System.String
The path of the satellite dll.

Implements

_DTE.SatelliteDllPath(String, String)

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace