Partilhar via


Método VCLanguageManager.IsReservedName

Determina se o nome especificado é um nome reservado do C++.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (em Microsoft.VisualStudio.VCCodeModel.dll)

Sintaxe

'Declaração
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

Parâmetros

  • bManaged
    Tipo: System.Boolean
    Opcional. true Se for Visual C++, caso contrário, esse valor é false.

Valor de retorno

Tipo: System.Boolean
true para nome reservado do C++; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

VCLanguageManager Interface

Namespace Microsoft.VisualStudio.VCCodeModel