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