VCProjectEngineObjectClass.CreatePropertySheet(String) Method

Definition

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]
public virtual object CreatePropertySheet (string Name);
[<System.Runtime.InteropServices.DispId(219)>]
[<System.Runtime.InteropServices.TypeLibFunc>]
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

Applies to