VCConfiguration.PropertySheets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all property sheets for the project.
public:
property System::Object ^ PropertySheets { System::Object ^ get(); };
public:
property Platform::Object ^ PropertySheets { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(743)]
public object PropertySheets { [System.Runtime.InteropServices.DispId(743)] get; }
[<System.Runtime.InteropServices.DispId(743)>]
[<get: System.Runtime.InteropServices.DispId(743)>]
member this.PropertySheets : obj
Public ReadOnly Property PropertySheets As Object
Property Value
A collection of property sheets.
- Attributes