IVsUIObject.get_Format(UInt32) Method

Definition

Returns the format for the object.

public:
 int get_Format([Runtime::InteropServices::Out] System::UInt32 % pdwDataFormat);
public int get_Format (out uint pdwDataFormat);
abstract member get_Format : uint32 -> int
Public Function get_Format (ByRef pdwDataFormat As UInteger) As Integer

Parameters

pdwDataFormat
UInt32

[out] Location to return the format.

Returns

Returns S_OK if the format was returned.

Applies to