DeploymentObjectAttributeData 類別

定義

public ref class DeploymentObjectAttributeData : IComparable<Microsoft::Web::Deployment::DeploymentObjectAttributeData ^>
public class DeploymentObjectAttributeData : IComparable<Microsoft.Web.Deployment.DeploymentObjectAttributeData>
type DeploymentObjectAttributeData = class
    interface IComparable<DeploymentObjectAttributeData>
Public Class DeploymentObjectAttributeData
Implements IComparable(Of DeploymentObjectAttributeData)
繼承
DeploymentObjectAttributeData
實作

建構函式

DeploymentObjectAttributeData(String, Boolean)
DeploymentObjectAttributeData(String, Byte[], DeploymentObjectAttributeKind)
DeploymentObjectAttributeData(String, DateTime)
DeploymentObjectAttributeData(String, DeploymentObjectAttributeValue, DeploymentObjectAttributeKind)
DeploymentObjectAttributeData(String, DeploymentObjectAttributeValue)
DeploymentObjectAttributeData(String, Int64)
DeploymentObjectAttributeData(String, String, DeploymentObjectAttributeKind)
DeploymentObjectAttributeData(String, String)

屬性

Kind
Name
SerializedValue
Value

方法

CompareTo(DeploymentObjectAttributeData)
Equals(Object)
GetHashCode()
GetValue<T>()

運算子

Equality(DeploymentObjectAttributeData, DeploymentObjectAttributeData)
GreaterThan(DeploymentObjectAttributeData, DeploymentObjectAttributeData)
Inequality(DeploymentObjectAttributeData, DeploymentObjectAttributeData)
LessThan(DeploymentObjectAttributeData, DeploymentObjectAttributeData)

適用於