VCProjectEngineObjectClass.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:
virtual System::Object ^ CreatePropertySheet(System::String ^ Name) = Microsoft::VisualStudio::VCProjectEngine::VCProjectEngine::CreatePropertySheet;
public:
virtual Platform::Object ^ CreatePropertySheet(Platform::String ^ Name) = Microsoft::VisualStudio::VCProjectEngine::VCProjectEngine::CreatePropertySheet;
virtual winrt::Windows::Foundation::IInspectable CreatePropertySheet(std::wstring const & Name);
[System.Runtime.InteropServices.DispId(219)]
[System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)]
public virtual object CreatePropertySheet (string Name);
[<System.Runtime.InteropServices.DispId(219)>]
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
abstract member CreatePropertySheet : string -> obj
override this.CreatePropertySheet : string -> obj
Public Overridable Function CreatePropertySheet (Name As String) As Object
Parameters
- Name
- String
Name of the Property Sheet
Returns
An object.
Implements
- Attributes