PackageRegistrationAttribute.SatellitePath 属性

获取或设置非默认的资源 .dll 位置。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Property SatellitePath As String
public string SatellitePath { get; set; }

属性值

类型:System.String
非默认的资源 .dll 位置。

备注

设置此属性指定位于非默认的位置的资源 .dll 文件。 .dll 文件应具有以下路径:SatellitePath \lcid\PackageDllNameUI .dll。 ,如果包在 GAC 中,则安装此属性很有用。 如果此属性未设置,包找到要使用的内容。

.NET Framework 安全性

请参见

参考

PackageRegistrationAttribute 类

Microsoft.VisualStudio.Shell 命名空间