Expand Minimize
This topic has not yet been rated - Rate this topic

StyleSheets Property

Visual Studio .NET 2003

Returns the collection of style sheets applied to the collection. This property is not available in Visual C++ .NET.

[Visual Basic .NET]
Public ReadOnly Property StyleSheets() As Object
[Visual Basic 6]
Property Get StyleSheets() As Object
[C++]
HRESULT __stdcall get_StyleSheets(
   /* [out, retval] */ IDispatch** retVal
);
[C#]
public object StyleSheets {get;}
[JScript .NET]
public function get StyleSheets() : Object

See Also

Applies To: VCConfiguration Object | VCStyleSheet Object

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.