VCLanguageManager.ValidateType 方法
判斷指定的運算式是否為有效的 C++ 型別運算式。
命名空間: Microsoft.VisualStudio.VCCodeModel
組件: Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)
語法
'宣告
Function ValidateType ( _
bstrType As String _
) As Boolean
bool ValidateType(
string bstrType
)
bool ValidateType(
[InAttribute] String^ bstrType
)
abstract ValidateType :
bstrType:string -> bool
function ValidateType(
bstrType : String
) : boolean
參數
- bstrType
型別:System.String
必要項。正在驗證運算式。
傳回值
型別:System.Boolean
true 如果指定的運算式是有效的 C++ 型別運算式。 否則, false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。