Share via


CodeIdentifiers 建構函式

定義

多載

CodeIdentifiers()

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

初始化 CodeIdentifiers 類別的新執行個體。

CodeIdentifiers(Boolean)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

初始化 CodeIdentifiers 類別的新執行個體,並判斷程式碼識別項是否要區分大小寫。

CodeIdentifiers()

Source:
CodeIdentifiers.cs
Source:
CodeIdentifiers.cs
Source:
CodeIdentifiers.cs

初始化 CodeIdentifiers 類別的新執行個體。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 CodeIdentifiers();
public CodeIdentifiers ();
Public Sub New ()

適用於

CodeIdentifiers(Boolean)

Source:
CodeIdentifiers.cs
Source:
CodeIdentifiers.cs
Source:
CodeIdentifiers.cs

初始化 CodeIdentifiers 類別的新執行個體,並判斷程式碼識別項是否要區分大小寫。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 CodeIdentifiers(bool caseSensitive);
public CodeIdentifiers (bool caseSensitive);
new System.Xml.Serialization.CodeIdentifiers : bool -> System.Xml.Serialization.CodeIdentifiers
Public Sub New (caseSensitive As Boolean)

參數

caseSensitive
Boolean

如果識別項要區分大小寫,則為 true,否則為 false

適用於