IVsUIObject.get_Format(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.