RefactoringOperation.CurrentProjectHierarchy Property
Gets the IVsUIHierarchy of the database project on which this operation was invoked.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentProjectHierarchy As IVsUIHierarchy
public IVsUIHierarchy CurrentProjectHierarchy { get; }
public:
property IVsUIHierarchy^ CurrentProjectHierarchy {
IVsUIHierarchy^ get ();
}
member CurrentProjectHierarchy : IVsUIHierarchy
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.Package.Refactoring Namespace