C# Class Microsoft.Languages.Editor.Controller.Constants.VSConstants

Datei anzeigen Open project: Microsoft/RTVS Class Usage Examples

Public Properties

Property Type Description
GUID_VSStandardCommandSet97 System.Guid
VSStd2K System.Guid
VsDebugCommandGroup System.Guid

Public Methods

Method Description
Failed ( int hr ) : bool
Succeeded ( int hr ) : bool

Private Methods

Method Description
VSConstants ( ) : System

Method Details

Failed() public static method

public static Failed ( int hr ) : bool
hr int
return bool

Succeeded() public static method

public static Succeeded ( int hr ) : bool
hr int
return bool

Property Details

GUID_VSStandardCommandSet97 public_oe static_oe property

This GUID identifies the standard set of commands known by VisualStudio 97 (version 6).
public static Guid,System GUID_VSStandardCommandSet97
return System.Guid

VSStd2K public_oe static_oe property

GUID for the 2K command set. This is a set of standard editor commands.
public static Guid,System VSStd2K
return System.Guid

VsDebugCommandGroup public_oe static_oe property

public static Guid,System VsDebugCommandGroup
return System.Guid