__VSASPFLAGS Enumeration

Sets a viewer to be one of the system defaults.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __VSASPFLAGS
[FlagsAttribute]
public enum __VSASPFLAGS
[FlagsAttribute]
public enum class __VSASPFLAGS
[<FlagsAttribute>]
type __VSASPFLAGS
public enum __VSASPFLAGS

Members

Member name Description
ASP_MakeDefault Make this viewer a default.
ASP_UnsetOldDefaults Unset all other default viewers.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace