共用方式為


DeploymentHistoryInfoCollection 類別

定義

public ref class DeploymentHistoryInfoCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class DeploymentHistoryInfoCollection : Microsoft.RuleEngine.RuleEngineCollection
type DeploymentHistoryInfoCollection = class
    inherit RuleEngineCollection
Public NotInheritable Class DeploymentHistoryInfoCollection
Inherits RuleEngineCollection
繼承
DeploymentHistoryInfoCollection
屬性

建構函式

DeploymentHistoryInfoCollection()
DeploymentHistoryInfoCollection(ICollection)

屬性

Count (繼承來源 RuleEngineCollection)
IsFixedSize (繼承來源 RuleEngineCollection)
IsReadOnly (繼承來源 RuleEngineCollection)
IsSynchronized (繼承來源 RuleEngineCollection)
Item[Int32]
ItemType (繼承來源 RuleEngineCollection)
SyncRoot (繼承來源 RuleEngineCollection)

方法

Add(DeploymentHistoryInfo)
Add(Object) (繼承來源 RuleEngineCollection)
AddRange(ICollection)
Clear() (繼承來源 RuleEngineCollection)
Clone()
Contains(DeploymentHistoryInfo)
Contains(Object) (繼承來源 RuleEngineCollection)
CopyTo(Array, Int32) (繼承來源 RuleEngineCollection)
CopyTo(RuleSetInfo[], Int32)
GetEnumerator() (繼承來源 RuleEngineCollection)
IndexOf(DeploymentHistoryInfo)
IndexOf(Object) (繼承來源 RuleEngineCollection)
Insert(Int32, DeploymentHistoryInfo)
Insert(Int32, Object) (繼承來源 RuleEngineCollection)
Remove(DeploymentHistoryInfo)
Remove(Object) (繼承來源 RuleEngineCollection)
RemoveAt(Int32) (繼承來源 RuleEngineCollection)

適用於