IVsHierarchyCodeCleanupScope Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Code cleanup context for a IvsHierarchy
public ref class IVsHierarchyCodeCleanupScope : Microsoft::VisualStudio::Language::CodeCleanUp::ICodeCleanUpScope
public class IVsHierarchyCodeCleanupScope : Microsoft.VisualStudio.Language.CodeCleanUp.ICodeCleanUpScope
type IVsHierarchyCodeCleanupScope = class
interface ICodeCleanUpScope
Public Class IVsHierarchyCodeCleanupScope
Implements ICodeCleanUpScope
- Inheritance
-
IVsHierarchyCodeCleanupScope
- Implements
Constructors
IVsHierarchyCodeCleanupScope(IVsHierarchy, UInt32) |
Properties
Hierarchy |
Gets the hierarchy to apply code cleanup changes upon. Hierarchy can be null if selected item is the sln node |
ItemId |
Gets the item id for the hierarchy item to apply cleanup changes to |