RssCommands Class

Provides the routed commands supported by the Visual Studio shell RSS feed reader.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.RssCommands

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntax

'Declaration
Public NotInheritable Class RssCommands
public static class RssCommands
public ref class RssCommands abstract sealed
[<AbstractClass>]
[<Sealed>]
type RssCommands =  class end
public final class RssCommands

The RssCommands type exposes the following members.

Fields

  Name Description
Public fieldStatic member EnableDownload Enables downloading of RSS content. There is no command parameter for this command.
Public fieldStatic member PromptForCredentials Prompts the user for Web proxy credentials. There is no command parameter for this command.
Public fieldStatic member SetUrl Sets the RSS feed URL. The command parameter for this command is the URL of the RSS feed.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace