VCProject.LoadProjectOptions(Object) 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:
void LoadProjectOptions(System::Object ^ StreamUnk);
public:
void LoadProjectOptions(Platform::Object ^ StreamUnk);
void LoadProjectOptions(winrt::Windows::Foundation::IInspectable const & StreamUnk);
[System.Runtime.InteropServices.DispId(821)]
[System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)]
public void LoadProjectOptions (object StreamUnk);
[<System.Runtime.InteropServices.DispId(821)>]
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
abstract member LoadProjectOptions : obj -> unit
Public Sub LoadProjectOptions (StreamUnk As Object)
Parameters
- StreamUnk
- Object
Input stream
- Attributes