IISIntrinsicsAttribute Classe

Definição

Habilita o acesso a valores intrínsecos de ASP de GetNamedProperty(String).Enables access to ASP intrinsic values from GetNamedProperty(String). Essa classe não pode ser herdada.This class cannot be inherited.

public ref class IISIntrinsicsAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=true)]
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class IISIntrinsicsAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=true)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type IISIntrinsicsAttribute = class
    inherit Attribute
Public NotInheritable Class IISIntrinsicsAttribute
Inherits Attribute
Herança
IISIntrinsicsAttribute
Atributos

Comentários

Os objetos intrínsecos do ASP podem ser obtidos em um objeto COM+ usando as propriedades nomeadas disponíveis no contexto do objeto COM+ quando o objeto foi criado a partir do ASP.The ASP intrinsic objects can be obtained within a COM+ object using the named properties available from the COM+ object context when the object was created from ASP. Com o ASP.NET, um novo conjunto de objetos intrínsecos é usado, que não são acessados de um contexto, mas em vez de métodos em um namespace, muito parecido com a ContextUtil classe.With ASP.NET, a new set of intrinsic objects is used, which are not accessed from a context but rather methods in a namespace, much like the ContextUtil class. O caso de objetos COM+ criados a partir de ASP.NET é viável; Portanto, os objetos intrínsecos disponíveis para objetos COM do contexto de objeto COM+ podem ser necessários para que o objeto COM+ possa interagir com ASP.NET.The case of COM+ objects created from ASP.NET is viable; therefore the intrinsic objects available to COM objects from the COM+ object context might be required so that the COM+ object can interact with ASP.NET.

Para obter mais informações sobre como usar atributos, consulte atributos.For more information about using attributes, see Attributes.

Construtores

IISIntrinsicsAttribute()

Inicializa uma nova instância da classe IISIntrinsicsAttribute, habilitando o acesso aos valores intrínsecos de ASP.Initializes a new instance of the IISIntrinsicsAttribute class, enabling access to the ASP intrinsic values.

IISIntrinsicsAttribute(Boolean)

Inicializa uma nova instância da classe IISIntrinsicsAttribute, desabilitando opcionalmente o acesso aos valores intrínsecos de ASP.Initializes a new instance of the IISIntrinsicsAttribute class, optionally disabling access to the ASP intrinsic values.

Propriedades

TypeId

Quando implementado em uma classe derivada, obtém um identificador exclusivo para este Attribute.When implemented in a derived class, gets a unique identifier for this Attribute.

(Herdado de Attribute)
Value

Obtém um valor que indica se o acesso aos valores intrínsecos de ASP está habilitado.Gets a value that indicates whether access to the ASP intrinsic values is enabled.

Métodos

Equals(Object)

Retorna um valor que indica se essa instância é igual a um objeto especificado.Returns a value that indicates whether this instance is equal to a specified object.

(Herdado de Attribute)
GetHashCode()

Retorna o código hash para a instância.Returns the hash code for this instance.

(Herdado de Attribute)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
IsDefaultAttribute()

Quando substituído em uma classe derivada, indica se o valor dessa instância é o valor padrão para a classe derivada.When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.

(Herdado de Attribute)
Match(Object)

Quando substituído em uma classe derivada, retorna um valor que indica se essa instância é igual a um objeto especificado.When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.

(Herdado de Attribute)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Implantações explícitas de interface

_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

Mapeia um conjunto de nomes para um conjunto correspondente de identificadores de expedição.Maps a set of names to a corresponding set of dispatch identifiers.

(Herdado de Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

Recupera as informações de tipo para um objeto, que pode ser usado para obter as informações de tipo para uma interface.Retrieves the type information for an object, which can be used to get the type information for an interface.

(Herdado de Attribute)
_Attribute.GetTypeInfoCount(UInt32)

Retorna o número de interfaces de informações do tipo que um objeto fornece (0 ou 1).Retrieves the number of type information interfaces that an object provides (either 0 or 1).

(Herdado de Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

Fornece acesso a propriedades e métodos expostos por um objeto.Provides access to properties and methods exposed by an object.

(Herdado de Attribute)

Aplica-se a