共用方式為


DataObjectIdentifierFormat 列舉

定義

指定從元件建置字串時,如何格式化數據對象識別碼。

此列舉支援其成員值的位元組合。

public enum class DataObjectIdentifierFormat
[System.Flags]
public enum DataObjectIdentifierFormat
[<System.Flags>]
type DataObjectIdentifierFormat = 
Public Enum DataObjectIdentifierFormat
繼承
DataObjectIdentifierFormat
屬性

欄位

Default 1

指定預設格式。

ForDisplay 2

指定適合識別碼在控件上顯示為標籤格式。

None 0

指定不需要任何格式設定。

WithQuotes 1

指定需要引號。

適用於