Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For internal use only.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const BrowserDoc As String
'Usage
Dim value As String
value = ToolWindowGuids80.BrowserDoc
public const string BrowserDoc
public:
literal String^ BrowserDoc
static val mutable BrowserDoc: string
public const var BrowserDoc : String
Remarks
The GUID for this tool window is:
#define guidBrowserDoc { 0x6B8E94B4, 0x0949, 0x4d9c, { 0xA8, 0x1F, 0xC1, 0xB9, 0xB7, 0x44, 0x18, 0x5C } }
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.