IRpcOptions.Set Method

Definition

Overloads

Set(Object, UInt32, IntPtr)
Set(Object, UInt32, UInt32)

Set(Object, UInt32, IntPtr)

public:
 void Set(System::Object ^ pPrx, System::UInt32 dwProperty, IntPtr dwValue);
public void Set (object pPrx, uint dwProperty, IntPtr dwValue);
abstract member Set : obj * uint32 * nativeint -> unit
Public Sub Set (pPrx As Object, dwProperty As UInteger, dwValue As IntPtr)

Parameters

pPrx
Object
dwProperty
UInt32
dwValue
IntPtr

nativeint

Applies to

Set(Object, UInt32, UInt32)

public:
 void Set(System::Object ^ pPrx, System::UInt32 dwProperty, System::UInt32 dwValue);
public:
 void Set(Platform::Object ^ pPrx, unsigned int dwProperty, unsigned int dwValue);
void Set(winrt::Windows::Foundation::IInspectable const & pPrx, unsigned int dwProperty, unsigned int dwValue);
public void Set (object pPrx, uint dwProperty, uint dwValue);
abstract member Set : obj * uint32 * uint32 -> unit
Public Sub Set (pPrx As Object, dwProperty As UInteger, dwValue As UInteger)

Parameters

pPrx
Object
dwProperty
UInt32
dwValue
UInt32

Applies to