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 | |
---|---|---|
DownloadEnabledPropertyName | The name of the download enabled property = "DownloadEnabled". | |
DownloadFreqPropertyName | The name of the download frequency property = "DownloadFreq". | |
MoreVideosLinkPropertyName | the name of the more videos link property = "MoreVideosLink". | |
OptInRequiredPropertyName | The name of the opt-in required property = "OptInRequired". | |
PromptForCredentialsCommandName | The name of the prompt for credentials command = "PromptForCredentials". | |
RetryVideoFeedDownloadCommandName | The name of the RetryVideoFeedDownload command. | |
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.