VCConfiguration.PropertySheets Property

Gets all property sheets for the project.

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

Syntax

'Declaration
ReadOnly Property PropertySheets As Object
'Usage
Dim instance As VCConfiguration 
Dim value As Object 

value = instance.PropertySheets
Object PropertySheets { get; }
property Object^ PropertySheets {
    Object^ get ();
}
function get PropertySheets () : Object

Property Value

Type: System.Object
A collection of property sheets.

.NET Framework Security

See Also

Reference

VCConfiguration Interface

VCConfiguration Members

Microsoft.VisualStudio.VCProjectEngine Namespace