ContentLoadError Class
ContentLoadError
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.StartPage (in Microsoft.VisualStudio.Shell.StartPage.dll)
Syntax
'Declaración
Public Class ContentLoadError _
Inherits UserControl _
Implements IComponentConnector
'Uso
Dim instance As ContentLoadError
public class ContentLoadError : UserControl,
IComponentConnector
public ref class ContentLoadError : public UserControl,
IComponentConnector
type ContentLoadError =
class
inherit UserControl
interface IComponentConnector
end
public class ContentLoadError extends UserControl implements IComponentConnector
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.UserControl
Microsoft.VisualStudio.PlatformUI.ContentLoadError
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.