Share via


VideoRssDataSourceSchema Class

Provides the schema for the video RSS data source.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.PlatformUI.VideoRssDataSourceSchema

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

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

The VideoRssDataSourceSchema type exposes the following members.

Fields

  Name Description
Public fieldStatic member DownloadEnabledPropertyName The name of the download enabled property = "DownloadEnabled".
Public fieldStatic member DownloadFreqPropertyName The name of the download frequency property = "DownloadFreq".
Public fieldStatic member MoreVideosLinkPropertyName the name of the more videos link property = "MoreVideosLink".
Public fieldStatic member OptInRequiredPropertyName The name of the opt-in required property = "OptInRequired".
Public fieldStatic member PromptForCredentialsCommandName The name of the prompt for credentials command = "PromptForCredentials".
Public fieldStatic member RetryVideoFeedDownloadCommandName The name of the RetryVideoFeedDownload command.
Public fieldStatic member StatusPropertyName The name of the status property = "Status".

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.PlatformUI Namespace