ManifestResource.Attributes 属性

定义

获取清单资源属性。Gets the manifest resource attributes.

public:
 property System::Reflection::ManifestResourceAttributes Attributes { System::Reflection::ManifestResourceAttributes get(); };
public System.Reflection.ManifestResourceAttributes Attributes { get; }
member this.Attributes : System.Reflection.ManifestResourceAttributes
Public ReadOnly Property Attributes As ManifestResourceAttributes

属性值

ManifestResourceAttributes

枚举值的按位组合,这些枚举值指定清单资源特性。A bitwise combination of the enumeration values that specify the manifest resource attributes.

注解

对应于 Flags ManifestResource ECMA-335 标准中的表的字段。Corresponds to the Flags field of the ManifestResource table in the ECMA-335 Standard.

适用于