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 tool window provides a list of resources available in a project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const ResourceView As String
'Usage
Dim value As String
value = ToolWindowGuids80.ResourceView
public const string ResourceView
public:
literal String^ ResourceView
static val mutable ResourceView: string
public const var ResourceView : String
Remarks
The GUID for this tool window is:
#define guidResourceView { 0x2d7728c2, 0xde0a, 0x45b5, { 0x99, 0xaa, 0x89, 0xb6, 0x09, 0xdf, 0xde, 0x73 } }
This tool window is typically available by selecting Resource View from the View menu.
.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.