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
- pageSuffix
Type: System.String
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.