Attribute applied to ContentSource and SmartContentSource classes, which override the CreateContentFromLiveClipboard method to enable creation of new content from Live Clipboard data.
public class LiveClipboardContentSourceAttribute : Attribute
|
Property
|
Description
|
| ContentType | MIME content-type handled by this ContentSource object. Corresponds to the contentType attribute of the <lc:format> tag. |
| Description | End-user presentable description of the data format handled by this ContentSource object. |
| ImagePath | Path to embedded image resource used to represent this format within the Live Clipboard Preferences panel. |
| Name | End-user presentable name of data format handled by this ContentSource object. |
| Type | Content sub-type handled by this content source (corresponds to the type attribute of the <lc:format> tag). |
|
Method
|
Description
|
| Constructor | Initialize a new instance of a LiveClipboardContentSourceAttribute object. |
Inherits from:
System.Object
System.Attribute
WindowsLive.Writer.Api.LiveClipboardContentSourceAttribute
Assembly: windowslive.writer.api.dll
WindowsLive.Writer.Api
Other Resources
Windows Live Writer Content Source Plugin Reference