TypedXmlDocument.SetUInt16 Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
SetUInt16(String, Object)
public:
virtual void SetUInt16(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetUInt16(string xpath, object newValue);
abstract member SetUInt16 : string * obj -> unit
override this.SetUInt16 : string * obj -> unit
Public Overridable Sub SetUInt16 (xpath As String, newValue As Object)
Parametreler
- xpath
- String
- newValue
- Object
Şunlara uygulanır
SetUInt16(String, UInt16)
Önemli
Bu API, CLS uyumlu değildir.
public:
virtual void SetUInt16(System::String ^ xpath, System::UInt16 newValue);
[System.CLSCompliant(false)]
public virtual void SetUInt16(string xpath, ushort newValue);
abstract member SetUInt16 : string * uint16 -> unit
override this.SetUInt16 : string * uint16 -> unit
Public Overridable Sub SetUInt16 (xpath As String, newValue As UShort)
Parametreler
- xpath
- String
- newValue
- UInt16
- Öznitelikler