英語で読む

次の方法で共有


IVsPropertyStreamOut Interface

Definition

Writes out a property's name and its value. Also provides transaction-like handling for output. Implemented by the environment. Used with the IVsStructuredFileIOHelper interface.

C++/CX
public interface class IVsPropertyStreamOut
Derived
Attributes

Methods

BeginPropertySection(String, String, IVsPropertyStreamOut, UInt32)

Begins a property section (inner property stream) used until a call to EndPropertySection(UInt32).

EndPropertySection(UInt32)

Ends a property section (an inner property stream).

Flush()

Flushes a property stream.

Write(String, Object, String)

Writes a property name, value, and comment to the stream.

WriteSzAsBSTR(String, String, String)

Write out a null-terminated string property value as a BSTR.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022