다음을 통해 공유


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

See Also

Reference

PageHandler Class

Microsoft.VisualStudio.Services.Common.Contracts Namespace