共用方式為


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 安全性

請參閱

參考

VCLanguageManager 介面

Microsoft.VisualStudio.VCCodeModel 命名空間