CustomMusic 类
表示自定义音乐的 CQCode。
继承成员
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  命名空间: HuajiTech.CoolQ.Messaging
程序集: HuajiTech.CoolQ.Messaging.dll
语法
public class CustomMusic : CQCode, ISendable, IEquatable<MessageElement>
  构造函数
| 改善此文档 查看源代码CustomMusic()
声明
public CustomMusic()
  CustomMusic(IDictionary<String, String>)
声明
public CustomMusic(IDictionary<string, string> parameters)
  参数
| 类型 | 名称 | 描述 | 
|---|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> | parameters | 
属性
| 改善此文档 查看源代码AudioUrl
获取或设置当前 CustomMusic 实例的音频 URL。
声明
public Uri AudioUrl { get; set; }
  属性值
| 类型 | 描述 | 
|---|---|
| System.Uri | 
ContentUrl
获取或设置当前 CustomMusic 实例的内容 URL。
声明
public Uri ContentUrl { get; set; }
  属性值
| 类型 | 描述 | 
|---|---|
| System.Uri | 
Description
获取或设置当前 CustomMusic 实例的描述。
声明
public string Description { get; set; }
  属性值
| 类型 | 描述 | 
|---|---|
| System.String | 
ImageUrl
获取或设置当前 CustomMusic 实例的图片URL。
声明
public Uri ImageUrl { get; set; }
  属性值
| 类型 | 描述 | 
|---|---|
| System.Uri | 
Title
获取或设置当前 CustomMusic 实例的标题。
声明
public string Title { get; set; }
  属性值
| 类型 | 描述 | 
|---|---|
| System.String | 
实现
      System.IEquatable<T>