VSNSEBROWSEINFOW Structure

 

Specifies the namespace extension information for the Browse dialog box.

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

public struct VSNSEBROWSEINFOW

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_pubfieldfOnlyShowNSEInTray

Specifies whether the namespace extension icon only is shown in the dialog tray. If set, only the namespace extension icon is shown in the Browse dialog box.

System_CAPS_pubfieldlStructSize

DWORD containing the size of the VSNSEBROWSEINFOW struct.

System_CAPS_pubfieldpszNamespaceGUID

Specifies the namespace extension GUID as a string

System_CAPS_pubfieldpszProtocolPrefix

Prefix for namespace extension URLs. For example: "msss://".

System_CAPS_pubfieldpszTrayDisplayName

Specifies the display name for the namespace extension in dialog tray.

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: