VSDEFAULTPREVIEWER Structure

 

Contains information about the default previewer.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public struct VSDEFAULTPREVIEWER

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.)

NameDescription
System_CAPS_pubfieldbstrDefBrowserDisplayName

The display name of the default previewer.

System_CAPS_pubfieldbstrDefBrowserPath

The browser path to the default previewer.

System_CAPS_pubfielddefRes

The resolution of the default previewer.

System_CAPS_pubfieldfIsInternalBrowser

Indicates whether the default previewer is an internal browser. If true, the default previewer is an internal browser.

System_CAPS_pubfieldfIsSystemBrowser

Indicates whether the default previewer is a system browser. If true, the default previewer is a system browser.

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: