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