Share via


IVsHierarchyCodeCleanupScope Class

Definition

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

Applies to