UIHost 类

继承层次结构

System.Object
  Microsoft.TeamFoundation.Client.UIHost

命名空间:  Microsoft.TeamFoundation.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Public NotInheritable Class UIHost
public static class UIHost

UIHost 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 AppIcon
公共属性静态成员 ApplicationRegistryRoot
公共属性静态成员 Colors
公共属性静态成员 ConfigurationFileName
公共属性静态成员 DefaultParentWindow
公共属性静态成员 DefaultParentWindowHandle
公共属性静态成员 FileTypeFilter
公共属性静态成员 Font
公共属性静态成员 Instance
公共属性静态成员 IsModal
公共属性静态成员 IsVistaOrNewer
公共属性静态成员 NewLine
公共属性静态成员 OutputEncoding
公共属性静态成员 OutputWidth
公共属性静态成员 ServiceProvider
公共属性静态成员 SystemFont
公共属性静态成员 UIConfig
公共属性静态成员 UserRegistryRoot
公共属性静态成员 VsApplicationDataPath
公共属性静态成员 WinformsStyler

页首

方法

  名称 说明
公共方法静态成员 Beep
公共方法静态成员 CalculateWidth
公共方法静态成员 DisplayHelp
公共方法静态成员 EllipsisAtBack
公共方法静态成员 EllipsisAtFront
公共方法静态成员 EnableModeless
公共方法静态成员 GetComboBoxPreferredWidth
公共方法静态成员 GetProperOwnerWindow
公共方法静态成员 GetService
公共方法静态成员 GetWaitCursor
公共方法静态成员 InitializeContainer
公共方法静态成员 OnBroadcastMessage
公共方法静态成员 OnEnterExitModalState
公共方法静态成员 SetInstanceInternal
公共方法静态成员 ShowAndTraceException
公共方法静态成员 ShowError(String)
公共方法静态成员 ShowError(IWin32Window, String)
公共方法静态成员 ShowError(String, String, String)
公共方法静态成员 ShowError(IWin32Window, String, String, String)
公共方法静态成员 ShowException(Exception)
公共方法静态成员 ShowException(IWin32Window, Exception)
公共方法静态成员 ShowException(Exception, String, String)
公共方法静态成员 ShowException(IWin32Window, Exception, String, String)
公共方法静态成员 ShowInformation(String)
公共方法静态成员 ShowInformation(IWin32Window, String)
公共方法静态成员 ShowInformation(String, String, String)
公共方法静态成员 ShowInformation(IWin32Window, String, String, String)
公共方法静态成员 ShowMessageBox(String, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
公共方法静态成员 ShowMessageBox(IWin32Window, String, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
公共方法静态成员 ShowModalDialog(Form)
公共方法静态成员 ShowModalDialog(Form, IWin32Window)
公共方法静态成员 ShowWarning(String)
公共方法静态成员 ShowWarning(IWin32Window, String)
公共方法静态成员 ShowWarning(String, String, String)
公共方法静态成员 ShowWarning(IWin32Window, String, String, String)
公共方法静态成员 Shutdown
公共方法静态成员 ThemeBitmap
公共方法静态成员 Truncate
公共方法静态成员 TryGetApplicationRegistryRoot
公共方法静态成员 TryGetUserRegistryRoot
公共方法静态成员 UpdateCommandStatus
公共方法静态成员 UpdatePrimaryFont
公共方法静态成员 Write(LogCategory, String)
公共方法静态成员 Write(LogCategory, String, array<Object[])
公共方法静态成员 Write(LogFlags, LogCategory, String)
公共方法静态成员 Write(LogFlags, LogCategory, String, array<Object[])
公共方法静态成员 WriteError(LogCategory, String)
公共方法静态成员 WriteError(LogCategory, String, array<Object[])
公共方法静态成员 WriteIndented(LogCategory, String, String)
公共方法静态成员 WriteIndented(LogCategory, String, String, array<Object[])
公共方法静态成员 WriteInfo(LogCategory, String)
公共方法静态成员 WriteInfo(LogCategory, String, array<Object[])
公共方法静态成员 WriteLine(LogCategory)
公共方法静态成员 WriteLine(LogCategory, String)
公共方法静态成员 WriteLine(LogFlags, LogCategory)
公共方法静态成员 WriteLine(LogCategory, String, array<Object[])
公共方法静态成员 WriteLine(LogFlags, LogCategory, String)
公共方法静态成员 WriteLine(LogFlags, LogCategory, String, array<Object[])
公共方法静态成员 WriteWarning(LogCategory, String)
公共方法静态成员 WriteWarning(LogCategory, String, array<Object[])

页首

事件

  名称 说明
公共事件静态成员 BeforeShowDialog
公共事件静态成员 ColorChanged
公共事件静态成员 EnterModalState
公共事件静态成员 ExitModalState
公共事件静态成员 FontChanged

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.TeamFoundation.Client 命名空间