IVsSmartTagData.IsLeftJustified(Int32) 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.
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).