ArtifactProvider.StyleSheetAttributes Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
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
.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.