ArtifactProvider.StyleSheetAttributes Method

Returns the text for a style sheet processing instruction element.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Protected Function StyleSheetAttributes ( _
    pageSuffix As String _
) As String
protected string StyleSheetAttributes(
    string pageSuffix
)
protected:
String^ StyleSheetAttributes(
    String^ pageSuffix
)
member StyleSheetAttributes : 
        pageSuffix:string -> string
protected function StyleSheetAttributes(
    pageSuffix : String
) : String

Parameters

Return Value

Type: System.String

Remarks

The HRef URL will have an absolute path but will not include the server or port.

.NET Framework Security

See Also

Reference

ArtifactProvider Class

Microsoft.TeamFoundation.VersionControl.Server Namespace