This document is archived and information here might be outdated. Recommended version. |
Prefix for the text expression for the style.
[Visual Basic .NET]
Public Property Prefix As String
[C#]
public string Prefix {get; set;}
[C++]
HRESULT get_Prefix(
BSTR Prefix
);
[C++]
HRESULT put_Prefix(
System.String* Prefix
);
[C++] Parameters Prefix [in]
Prefix is a parameter of type BSTR Prefix [out, retval]
Prefix is a parameter of type BSTR*