VCProjectEngine2.CreatePropertySheet(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:
System::Object ^ CreatePropertySheet(System::String ^ Name);
[System.Runtime.InteropServices.DispId(219)]
[System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)]
public object CreatePropertySheet (string Name);
[<System.Runtime.InteropServices.DispId(219)>]
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
abstract member CreatePropertySheet : string -> obj
Public Function CreatePropertySheet (Name As String) As Object
Parameters
- Name
- String
Returns
Implements
- Attributes