VCProjectEngineObjectClass.VCProjectEngine2_CreatePropertySheet 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:
virtual System::Object ^ VCProjectEngine2_CreatePropertySheet(System::String ^ Name) = Microsoft::VisualStudio::VCProjectEngine::VCProjectEngine2::CreatePropertySheet;
[System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)]
public virtual object VCProjectEngine2_CreatePropertySheet (string Name);
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
abstract member VCProjectEngine2_CreatePropertySheet : string -> obj
override this.VCProjectEngine2_CreatePropertySheet : string -> obj
Public Overridable Function VCProjectEngine2_CreatePropertySheet (Name As String) As Object
Parameters
- Name
- String
Returns
- Attributes