Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the data source information property that provides the character used to close an identifier part that needs to be enclosed in quotation marks.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Déclaration
Public Const IdentifierCloseQuote As String
public const string IdentifierCloseQuote
public:
literal String^ IdentifierCloseQuote
static val mutable IdentifierCloseQuote: string
public const var IdentifierCloseQuote : String
Remarks
An example of such a character is "]".
This information is used by the Visual Studio query designer to determine how to create an identifier part.
.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.