Description
Include or ignore interpolation boundaries.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property IncludeInterp() As Boolean
|
[C#] |
---|
public bool IncludeInterp {get; set;}
|
[Managed C++] |
---|
public: __property bool get_IncludeInterp(); public: __property void set_IncludeInterp( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_IncludeInterp( VARIANT_BOOL * pRetVal ); public: HRESULT put_IncludeInterp( VARIANT_BOOL NewIncludeInterp );
|
[Java] |
---|
public bool getIncludeInterp();public void setIncludeInterp( bool );
|
See Also