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
- 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.Common.UI Namespace