CompositionError.Description 属性
定义
获取对组合错误的描述。Gets a description of the composition error.
public:
property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String
属性值
一条描述 CompositionError 的消息。A message that describes the CompositionError.