TypedXmlDocument.SetSByte 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetSByte(String, SByte) | |
SetSByte(String, Object) |
SetSByte(String, SByte)
重要
此 API 不符合 CLS 規範。
public:
virtual void SetSByte(System::String ^ xpath, System::SByte newValue);
[System.CLSCompliant(false)]
public virtual void SetSByte (string xpath, sbyte newValue);
abstract member SetSByte : string * sbyte -> unit
override this.SetSByte : string * sbyte -> unit
Public Overridable Sub SetSByte (xpath As String, newValue As SByte)
參數
- xpath
- String
- newValue
- SByte
- 屬性
適用於
SetSByte(String, Object)
public:
virtual void SetSByte(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetSByte (string xpath, object newValue);
abstract member SetSByte : string * obj -> unit
override this.SetSByte : string * obj -> unit
Public Overridable Sub SetSByte (xpath As String, newValue As Object)
參數
- xpath
- String
- newValue
- Object