WindowPaneProviderService.RegisteredWindowPane Structure

 

A structure that encapsulates a view technology and its associated window pane type.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

protected struct RegisteredWindowPane

NameDescription
System_CAPS_pubmethodWindowPaneProviderService.RegisteredWindowPane(Type, String)

Creates a new RegisteredWindowPane instance.

NameDescription
System_CAPS_pubpropertyBaseType

Retrieves the baseType specified by the overloaded constructor WindowPaneProviderService.RegisteredWindowPane.

System_CAPS_pubpropertyWindowPaneTypeName

Retrieves the windowPaneTypeName specified by the overloaded constructor WindowPaneProviderService.RegisteredWindowPane.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: