Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines if the specified name is a C++ reserved name.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
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
Parameters
bstrName
Type: StringThe name to be validated.
bManaged
Type: BooleanOptional. true if it is Visual C++, otherwise this value is false.
Return Value
Type: Boolean
true for C++ reserved name; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.