VCProjectEngine.LoadPropertySheet(String) Method

Definition

Microsoft Internal Use Only.

public:
 System::Object ^ LoadPropertySheet(System::String ^ bstrName);
public:
 Platform::Object ^ LoadPropertySheet(Platform::String ^ bstrName);
winrt::Windows::Foundation::IInspectable LoadPropertySheet(std::wstring const & bstrName);
[System.Runtime.InteropServices.DispId(217)]
[System.Runtime.InteropServices.TypeLibFunc]
public object LoadPropertySheet (string bstrName);
[<System.Runtime.InteropServices.DispId(217)>]
[<System.Runtime.InteropServices.TypeLibFunc>]
abstract member LoadPropertySheet : string -> obj
Public Function LoadPropertySheet (bstrName As String) As Object

Parameters

bstrName
String

Property sheet name

Returns

An object.

Attributes

Applies to