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

声明
ReadOnly Property PropertySheets As Object
用法
Dim instance As VCPropertySheet
Dim value As Object

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

Property Value

Type: System.Object

Collection of property sheets.

Permissions

See Also

Reference

VCPropertySheet Interface

VCPropertySheet Members

Microsoft.VisualStudio.VCProjectEngine Namespace