This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupInfo Interface > IHTMLPopupInfo.HTMLXSLStylesheet Property (ArcObjects .NET 10.4 SDK) |
Indicates the content of the XSL stylesheet to parse the feature attributes through.
[Visual Basic .NET] Public Property HTMLXSLStylesheet As String
[C#] public string HTMLXSLStylesheet {get; set;}
[C++]
HRESULT get_HTMLXSLStylesheet(
BSTR* pStyleSheet
);
[C++]
HRESULT put_HTMLXSLStylesheet(
BSTR pStyleSheet
);
[C++]
Parameters pStyleSheet [out, retval] pStyleSheet is a parameter of type BSTR pStyleSheet [in] pStyleSheet is a parameter of type BSTR