This document is archived and information here might be outdated. Recommended version. |
Returns the separator in the collection at the specified index.
[Visual Basic .NET] Public Sub QuerySeparator ( _ ByVal Index As Integer, _ ByRef Separator As String, _ ByRef Visible As Boolean, _ ByRef splitForced As Boolean, _ ByRef splitAfter As Boolean _ )
[C#] public void QuerySeparator ( int Index, ref string Separator, ref bool Visible, ref bool splitForced, ref bool splitAfter );
[C++]
HRESULT QuerySeparator(
long Index,
System.String* Separator,
Boolean* Visible,
Boolean* splitForced,
Boolean* splitAfter
);
[C++]
Parameters Index [in]
Index is a parameter of type long Separator [out]
Separator is a parameter of type BSTR* Visible [out]
Visible is a parameter of type bool* splitForced [out]
splitForced is a parameter of type bool* splitAfter [out]
splitAfter is a parameter of type bool*