VCProjectEngine.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.
Microsoft Internal Use Only.
public:
System::Object ^ CreatePropertySheet(System::String ^ Name);
public:
Platform::Object ^ CreatePropertySheet(Platform::String ^ Name);
winrt::Windows::Foundation::IInspectable CreatePropertySheet(std::wstring const & 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
Property sheet name
Returns
An object.
- Attributes