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.