VSPROPERTYSTREAMPROPERTYTYPE Enumeration

 

Specifies a simple or substream property stream.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum VSPROPERTYSTREAMPROPERTYTYPE

Member nameDescription
VSPSPT_PROPERTY_SECTION

Substream within the property stream.

VSPSPT_SIMPLE

Simple property.

Used in Read calls.

From vsshell.idl:

Return to top
Show: