IVsUIObject::get_Format Method (UInt32)

 

Returns the format for the object.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int get_Format(
	[OutAttribute] unsigned int% pdwDataFormat
)

Parameters

pdwDataFormat
Type: System::UInt32

[out] Location to return the format.

Return Value

Type: System::Int32

Returns S_OK if the format was returned.

Return to top
Show: