IVsSmartTagData.IsLeftJustified(Int32) Method

Definition

Determines whether the data is left-justified.

public:
 int IsLeftJustified([Runtime::InteropServices::Out] int % pfIsLeftJustified);
int IsLeftJustified([Runtime::InteropServices::Out] int & pfIsLeftJustified);
public int IsLeftJustified (out int pfIsLeftJustified);
abstract member IsLeftJustified : int -> int
Public Function IsLeftJustified (ByRef pfIsLeftJustified As Integer) As Integer

Parameters

pfIsLeftJustified
Int32

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

Returns

Applies to