📄 all.h
字号:
/***
*all.h
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose: Header file to include all MSL functionality
*
* [Public]
*
****/
#pragma once
#if !defined (_INC_MSCLR_ALL)
#ifndef __cplusplus_cli
#error ERROR: msclr libraries are not compatible with /clr:oldSyntax
#endif /* __cplusplus_cli */
#include <msclr\appdomain.h>
#include <msclr\auto_gcroot.h>
#include <msclr\auto_handle.h>
#include <msclr\event.h>
#include <msclr\lock.h>
#include <msclr\gcroot.h>
#include <msclr\com\ptr.h>
#define _INC_MSCLR_ALL
#endif /* !defined (_INC_MSCLR_ALL) */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -