AddIn::SatelliteDllPath Property

 

Gets the location of a DLL containing localized resources, if available.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property String^ SatelliteDllPath {
	String^ get();
}

Property Value

Type: System::String^

A string representing the path of a DLL containing localized resources.

A satellite DLL file can be used for additional or localized resources.

Return to top
Show: