RefactoringContributor<TContributorInput> 類別
這個類別接受 ContributorInput 參數、建議變更提議,和建立要處理的額外 ContributorInputs。 這個類別執行大部分的提議工作,並且向管理員通知變更。 如需詳細資訊,請參閱建立自訂資料庫重構型別或目標。
此 API 不符合 CLS 標準。
繼承階層架構
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringContributor
Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringContributor<TContributorInput>
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
<CLSCompliantAttribute(False)> _
Public MustInherit Class RefactoringContributor(Of TContributorInput As ContributorInput) _
Inherits RefactoringContributor
[CLSCompliantAttribute(false)]
public abstract class RefactoringContributor<TContributorInput> : RefactoringContributor
where TContributorInput : ContributorInput
[CLSCompliantAttribute(false)]
generic<typename TContributorInput>
where TContributorInput : ContributorInput
public ref class RefactoringContributor abstract : public RefactoringContributor
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type RefactoringContributor<'TContributorInput when 'TContributorInput : ContributorInput> =
class
inherit RefactoringContributor
end
JScript 不支援泛型型別或方法。
型別參數
- TContributorInput
RefactoringContributor<TContributorInput> 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
RefactoringContributor<TContributorInput> | 初始化 RefactoringContributor<TContributorInput> 類別的新執行個體。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
PreviewGroup | 取得或設定重構預覽群組執行個體,這個執行個體與此參與者傳回的 ChangeProposals 相關聯。 (繼承自 RefactoringContributor)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
ContributeChanges | ||
Equals | 判斷指定的 Object 和目前的 Object 是否相等。 (繼承自 Object)。 | |
Finalize | 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
MemberwiseClone | 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。 | |
OnBeforeAnalysis | 讓不同的參與者得以在分析開始之前做些準備工作 (例如儲存已變更的檔案)。 | |
OnPostApplyChanges | 讓參與者得以在套用選取的變更提議之後採取動作。 | |
OnPreApplyChanges | OnPreApplyChanges 可讓參與者在套用選取的變更提議之前採取動作。 | |
RegisterGeneratedInputType | 註冊此參與者在分析期間產生的任何可能的傳播性輸入型別。 (繼承自 RefactoringContributor)。 | |
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。