PageHandler.Styles Property
Namespace: Microsoft.VisualStudio.Services.Common.Contracts
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property Styles As PageHandlerStyle()
public PageHandlerStyle[] Styles { get; set; }
public:
property array<PageHandlerStyle^>^ Styles {
array<PageHandlerStyle^>^ get ();
void set (array<PageHandlerStyle^>^ value);
}
member Styles : PageHandlerStyle[] with get, set
function get Styles () : PageHandlerStyle[]
function set Styles (value : PageHandlerStyle[])
Property Value
Type: array<Microsoft.VisualStudio.Services.Common.Contracts.PageHandlerStyle[]
.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.