VCPropertySheet.PropertySheets Property

Gets the collection of property sheets applied to the object.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property PropertySheets As Object
Object PropertySheets { get; }
property Object^ PropertySheets {
    Object^ get ();
}
abstract PropertySheets : Object with get
function get PropertySheets () : Object

Property Value

Type: Object
Collection of property sheets.

.NET Framework Security

See Also

Reference

VCPropertySheet Interface

Microsoft.VisualStudio.VCProjectEngine Namespace