共用方式為


XPathItem.ValueAsInt 屬性

定義

在衍生類別中覆寫時,取得項目的值,做為 Int32

public:
 abstract property int ValueAsInt { int get(); };
public abstract int ValueAsInt { get; }
member this.ValueAsInt : int
Public MustOverride ReadOnly Property ValueAsInt As Integer

屬性值

Int32

項目的值,做為 Int32

例外狀況

項目值的格式對於 Int32 型別不正確。

嘗試轉換成 Int32 無效。

嘗試的轉換導致溢位。

備註

屬性 ValueAsInt 會根據 XPath 2.0 規則,根據轉換專案的類型,嘗試將專案的值轉換成 .NET Framework 2.0 Int32 類型。

如需命名空間中 System.Xml 類型支援的詳細資訊,請參閱 System.Xml 類別中的類型支援

適用於

另請參閱