Freigeben über


DeploymentObjectAttribute Klasse

Definition

Stellt die Eigenschaften und Operatorüberladungen bereit, die ein Attribut für eine DeploymentObjectAttribute Klasse definieren.

public ref class DeploymentObjectAttribute : IComparable<Microsoft::Web::Deployment::DeploymentObjectAttribute ^>, Microsoft::Web::Deployment::IDeploymentNameDescription
public class DeploymentObjectAttribute : IComparable<Microsoft.Web.Deployment.DeploymentObjectAttribute>, Microsoft.Web.Deployment.IDeploymentNameDescription
type DeploymentObjectAttribute = class
    interface IComparable<DeploymentObjectAttribute>
    interface IDeploymentNameDescription
Public Class DeploymentObjectAttribute
Implements IComparable(Of DeploymentObjectAttribute), IDeploymentNameDescription
Vererbung
DeploymentObjectAttribute
Implementiert

Eigenschaften

Description

Ruft die Beschreibung des Bereitstellungsattributs ab.

ExampleOrDetail

BUGBUG

FriendlyName

Ruft den Anzeigenamen des Bereitstellungsattributs ab.

Kind

Ruft das DeploymentObjectAttributeKind des Bereitstellungsattributs ab.

Name

Ruft den Namen des Bereitstellungsattributs ab.

Value

Ruft den Wert des Bereitstellungsattributs ab.

Methoden

CompareTo(DeploymentObjectAttribute)

Vergleicht eine DeploymentObjectAttribute mit der aktuellen DeploymentObjectAttribute Instanz, um zu ermitteln, ob sie gleich ist.

Equals(Object)

Vergleicht ein generisches Objekt mit der aktuellen DeploymentObjectAttribute Instanz, um zu bestimmen, ob sie gleich sind.

GetHashCode()

Gibt den Hashcode für diesen DeploymentObjectAttribute zurück.

GetValue<T>()

BUGBUG

Operatoren

Equality(DeploymentObjectAttribute, DeploymentObjectAttribute)

Bestimmt, ob zwei angegebene Instanzen von DeploymentObjectAttribute gleich sind.

GreaterThan(DeploymentObjectAttribute, DeploymentObjectAttribute)

Gibt an, ob eine angegebene DeploymentObjectAttribute größer als eine andere angegebene DeploymentObjectAttribute ist.

Inequality(DeploymentObjectAttribute, DeploymentObjectAttribute)

Gibt an, ob zwei DeploymentObjectAttribute-Instanzen ungleich sind.

LessThan(DeploymentObjectAttribute, DeploymentObjectAttribute)

Gibt an, ob eine angegebene DeploymentObjectAttribute kleiner als eine andere angegebene DeploymentObjectAttribute ist.

Gilt für: