AddIn.SatelliteDllPath 属性

定义

获取包含本地化资源的 DLL 的位置(如果有)。

public:
 property System::String ^ SatelliteDllPath { System::String ^ get(); };
public:
 property Platform::String ^ SatelliteDllPath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(304)]
public string SatelliteDllPath { [System.Runtime.InteropServices.DispId(304)] get; }
[<System.Runtime.InteropServices.DispId(304)>]
[<get: System.Runtime.InteropServices.DispId(304)>]
member this.SatelliteDllPath : string
Public ReadOnly Property SatelliteDllPath As String

属性值

String

一个字符串,表示包含本地化资源的 DLL 的路径。

属性

注解

附属 DLL 文件可用于其他资源或本地化资源。

适用于