VCConfiguration3.AddPropertySheet(String) Method
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.
public:
Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ AddPropertySheet(System::String ^ FileName);
[System.Runtime.InteropServices.DispId(782)]
public Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet AddPropertySheet (string FileName);
[<System.Runtime.InteropServices.DispId(782)>]
abstract member AddPropertySheet : string -> Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet
Public Function AddPropertySheet (FileName As String) As VCPropertySheet
Parameters
- FileName
- String
Returns
Implements
- Attributes