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