VCLanguageManager.IsReservedName メソッド
指定した名前が C++. C++ の予約済みの名前であるかどうかを判定します。
名前空間: Microsoft.VisualStudio.VCCodeModel
アセンブリ: Microsoft.VisualStudio.VCCodeModel (Microsoft.VisualStudio.VCCodeModel.dll 内)
構文
'宣言
Function IsReservedName ( _
bstrName As String, _
bManaged As Boolean _
) As Boolean
bool IsReservedName(
string bstrName,
bool bManaged
)
bool IsReservedName(
[InAttribute] String^ bstrName,
[InAttribute] bool bManaged
)
abstract IsReservedName :
bstrName:string *
bManaged:bool -> bool
function IsReservedName(
bstrName : String,
bManaged : boolean
) : boolean
パラメーター
- bstrName
型 : System.String
検証する名前。
- bManaged
型 : System.Boolean
省略可能です。は、Visual C++true 場合は。それ以外の場合はこの値 false です。
戻り値
型 : System.Boolean
C++ の予約済みの名前の true ; それ以外 false。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。