共用方式為


XmlSerializationReader.ToEnum(String, Hashtable, String) 方法

定義

從含有分隔識別碼的字串產生數值列舉值,而這些分隔識別碼代表列舉程式清單中的常數。

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

protected:
 static long ToEnum(System::String ^ value, System::Collections::Hashtable ^ h, System::String ^ typeName);
protected static long ToEnum (string value, System.Collections.Hashtable h, string typeName);
static member ToEnum : string * System.Collections.Hashtable * string -> int64
Protected Shared Function ToEnum (value As String, h As Hashtable, typeName As String) As Long

參數

value
String

含有分隔識別碼的字串,其中每個識別碼都代表已設定之列舉程式清單中的常數。

h
Hashtable

Hashtable,其中含有索引鍵形式的識別碼以及整數形式的常數。

typeName
String

列舉類型的名稱。

傳回

Int64

長數值,其中含有以一系列位元 OR 運算為形式的列舉值。

備註

的受保護成員 XmlSerializationReader 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。

方法是 ToEnum 靜態的。

適用於