Music 类
表示音乐的 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 Music : CQCode, ISendable, IEquatable<MessageElement>
  构造函数
| 改善此文档 查看源代码Music()
声明
public Music()
  Music(IDictionary<String, String>)
声明
public Music(IDictionary<string, string> parameters)
  参数
| 类型 | 名称 | 描述 | 
|---|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> | parameters | 
属性
| 改善此文档 查看源代码Id
获取或设置当前 Music 实例的 ID。
声明
public long Id { get; set; }
  属性值
| 类型 | 描述 | 
|---|---|
| System.Int64 | 
Platform
获取或设置当前 Music 实例的提供商。
声明
public MusicPlatform Platform { get; set; }
  属性值
| 类型 | 描述 | 
|---|---|
| MusicPlatform | 
异常
| 类型 | 条件 | 
|---|---|
| System.ComponentModel.InvalidEnumArgumentException | 
  | 
      
Style
获取或设置当前 Music 实例的样式。
声明
public int Style { get; set; }
  属性值
| 类型 | 描述 | 
|---|---|
| System.Int32 | 
实现
      System.IEquatable<T>