ReferenceFilesAttribute 类

定义

注意

This attribute is no longer supported.

已过时。 为程序集引用文件提供通用元数据。

[System.Obsolete("This attribute is no longer supported.", true)]
public abstract class ReferenceFilesAttribute : Attribute
[<System.Obsolete("This attribute is no longer supported.", true)>]
type ReferenceFilesAttribute = class
    inherit Attribute
继承
ReferenceFilesAttribute
派生
属性

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

属性

名称 说明
EmbeddedArchive
已过时.

获取或设置嵌入存档的名称。

InstallInstructions
已过时.

获取或设置所引用文件的安装说明。

PackageName
已过时.

获取或设置与引用的文件关联的包名称。

Sha1sum
已过时.

获取或设置所引用文件的 SHA-1 校验和。

SourceUrl
已过时.

获取或设置所引用文件的源 URL。

Version
已过时.

获取或设置引用的文件的版本。

适用于