共用方式為


VCLanguageManager.IsReservedName 方法

判斷指定的名稱是否為 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

參數

  • bManaged
    型別:System.Boolean
    選擇項。true如果是 Visual C++,否則這個值是false。

傳回值

型別:System.Boolean
true C++ 中,保留欄位名稱。 否則, false。

.NET Framework 安全性

請參閱

參考

VCLanguageManager 介面

Microsoft.VisualStudio.VCCodeModel 命名空間