Constants.vsWindowKindResourceView Field
The Resource Editor.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindResourceView As String
public const string vsWindowKindResourceView
public:
literal String^ vsWindowKindResourceView
static val mutable vsWindowKindResourceView: string
public const var vsWindowKindResourceView : String
Remarks
GUID value = {2D7728C2-DE0A-45b5-99AA-89B609DFDE73}.
vsWindowKindResourceView is used to get a handle to a particular window in the integrated development environment (IDE) in order to gain access to its properties and methods.
.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.