RefactoringOperation.CurrentProjectHierarchy Property
Gets the database project on which the refactoring operation is performed.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentProjectHierarchy As IVsUIHierarchy
'Usage
Dim instance As RefactoringOperation
Dim value As IVsUIHierarchy
value = instance.CurrentProjectHierarchy
public IVsUIHierarchy CurrentProjectHierarchy { get; }
public:
property IVsUIHierarchy^ CurrentProjectHierarchy {
IVsUIHierarchy^ get ();
}
public function get CurrentProjectHierarchy () : IVsUIHierarchy
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace