FileBaseSelection.UIShell Property

Gets the scenario in which this dialog is used.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected ReadOnly Property UIShell As IVsUIShell2
    Get
'Usage
Dim value As IVsUIShell2

value = Me.UIShell
protected IVsUIShell2 UIShell { get; }
protected:
property IVsUIShell2^ UIShell {
    IVsUIShell2^ get ();
}
function get UIShell () : IVsUIShell2
member UIShell : IVsUIShell2

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsUIShell2

.NET Framework Security

See Also

Reference

FileBaseSelection Class

FileBaseSelection Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace