Condividi tramite


IVsUIObject.get_Data(Object) Method

Definition

Returns the value for the object.

public:
 int get_Data([Runtime::InteropServices::Out] System::Object ^ % pVar);
public int get_Data (out object pVar);
abstract member get_Data : obj -> int
Public Function get_Data (ByRef pVar As Object) As Integer

Parameters

pVar
Object

[out] Location to return the value.

Returns

Returns S_OK if the value was returned.

Applies to