DeploymentSyncParameterEntry 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供定義部署同步處理參數專案的屬性。
public ref class DeploymentSyncParameterEntry : IEquatable<Microsoft::Web::Deployment::DeploymentSyncParameterEntry ^>
public class DeploymentSyncParameterEntry : IEquatable<Microsoft.Web.Deployment.DeploymentSyncParameterEntry>
type DeploymentSyncParameterEntry = class
interface IEquatable<DeploymentSyncParameterEntry>
Public Class DeploymentSyncParameterEntry
Implements IEquatable(Of DeploymentSyncParameterEntry)
- 繼承
-
DeploymentSyncParameterEntry
- 實作
建構函式
| DeploymentSyncParameterEntry(DeploymentSyncParameterEntryKind, String, String, String) |
提供定義部署同步處理參數專案的屬性。 |
| DeploymentSyncParameterEntry(String, String, String, String) |
提供定義部署同步處理參數專案的屬性。 |
屬性
| Kind |
提供定義部署同步處理參數專案的屬性。 |
| Match |
取得字串,用來判斷專案是否符合提供者的準則。 |
| Scope |
取得正則運算式,用來判斷專案是否在範圍內。 |
| Tags |
提供定義部署同步處理參數專案的屬性。 |
方法
| Equals(DeploymentSyncParameterEntry) |
提供定義部署同步處理參數專案的屬性。 |