IVsSmartTagData::IsLeftJustified Method (Int32)

 

Determines whether the data is left-justified.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int IsLeftJustified(
	[OutAttribute] int% pfIsLeftJustified
)

Parameters

pfIsLeftJustified
Type: System::Int32

Non-zero (true) if the data is left-justified, otherwise zero (false).

Return Value

Type: System::Int32
Return to top
Show: