ManifestResource.Attributes Propiedad

Definición

Obtiene los atributos del recurso del manifiesto.

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

Valor de propiedad

Combinación bit a bit de los valores de enumeración que especifican los atributos del recurso de manifiesto.

Comentarios

Corresponde al Flags campo de la ManifestResource tabla en el estándar ECMA-335.

Se aplica a