ProvideDependentAssemblyAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
生成 dependentAssembly 条目的属性的父类。
public ref class ProvideDependentAssemblyAttribute abstract : Microsoft::VisualStudio::Shell::RegistrationAttribute
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ProvideDependentAssemblyAttribute abstract : Microsoft::VisualStudio::Shell::RegistrationAttribute
public abstract class ProvideDependentAssemblyAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
type ProvideDependentAssemblyAttribute = class
inherit RegistrationAttribute
Public MustInherit Class ProvideDependentAssemblyAttribute
Inherits RegistrationAttribute
- 继承
- 派生
构造函数
ProvideDependentAssemblyAttribute() |
初始化 ProvideDependentAssemblyAttribute 类的新实例。 |
字段
_guidUpdateNeeded |
指示是否需要 GUID 更新。 如果 |
属性
AssemblyName |
目标程序集的名称。 |
CodeBase |
$PackageFolder$ 中的相对路径,或基于环境变量替换 (格式的绝对路径:%variable%) 。 |
Culture |
指定程序集的语言和国家/地区的字符串。 |
CurrentAssembly |
获取或设置生成的 dependentAssembly 注册表项引用的程序集。 |
Guid |
此属性实例的标识符。 |
PublicKeyToken |
一个 16 个字符的十六进制数字,它是要重定向的程序集的强名称的标记部分。 |
TypeId |
重写 TypeID 属性,以便让 RegistrationAttribute 派生类与 System.ComponentModel.TypeDescriptor.GetAttributes 一起使用 (...) 。仅当派生自此属性的属性需要对可应用于类的实例使用更好的控件时,它才必须重写此属性。 (继承自 RegistrationAttribute) |
方法
FormatPublicKeyToken(Byte[]) |
将二进制公钥令牌格式化为十六进制字符串。 |
GetGuidHashString() |
获取将哈希处理到属性的 ID 中的字符串。 |
GetPackageRegKeyPath(Guid) |
获取相对于 VSPackage 的应用程序) 注册表根目录 (注册表路径。 (继承自 RegistrationAttribute) |
GetPathToKey() |
如果此属性的值将注册,则获取 Key 的路径。 |
Register(RegistrationAttribute+RegistrationContext) |
将此属性注册到给定上下文。 |
SetValues(RegistrationAttribute+Key) |
在给定密钥中设置此属性处理的值。 |
TryParseVersion(String, Version) |
尝试将字符串解析为版本。 与 Version.TryParse 不同,此方法确保输入包含四个数字,而不是考虑可选的内部版本号和修订号。 |
Unregister(RegistrationAttribute+RegistrationContext) |
取消注册此属性。 |
UpdateAssemblyInformation() |
更新未从应用此属性的程序集中提供的所有信息。 |
ValidateAttributeInformation() |
验证我们是否拥有所需的所有信息。 |