C# (CSharp) Microsoft.Data.Tools.VSXmlDesignerBase.Refactoring Пространство имен

Классы

Имя Описание
ContributorInput The ContributorInput class represents the data input to each of the contributors. For each contributor type, a derived ContributorInput class will be created. ex) SymbolChangeContributorInput, SymbolReferenceChangeContributorInput We will have RefactorOperation on each ContributorInput. The RefactorOperation class will set this property when it creates the initial ContributorInput. Then the RefactoringManager will be reponsible to pass this property to any side effect ContributorInput.