Class VbaModuleAttribute
Tên không gian: Aspose.Tasks Tổng hợp: Aspose.Tasks.dll (25.4.0)
Tính năng của Aspose.Tasks.VbaModule đối tượng
public sealed class VbaModuleAttribute : IEquatable<vbamoduleattribute>
Inheritance
Implements
Thành viên thừa kế
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Key
Nhận chìa khóa của VBA module attribute.
public string Key { get; }
Giá trị bất động sản
Value
Nhận giá trị của VBA module attribute.
public string Value { get; }
Giá trị bất động sản
Methods
Equals(VbaModuleAttribute)
Quay lại một giá trị cho thấy nếu mẫu này tương đương với đối tượng Aspose.Tasks.VbaModuleAttribute được chỉ định.
public bool Equals(VbaModuleAttribute other)
Parameters
other
VbaModuleAttribute
Các Aspose.Tasks.VbaModuleAttribute được chỉ định đối tượng để so sánh với trường hợp này.
Returns
Trở lại đúng nếu trường hợp này tương đương với đối tượng Aspose.Tasks.VbaModuleAttribute được chỉ định; nếu không, giả.
Equals(đối tượng)
Quay lại một giá trị cho thấy nếu mẫu này tương đương với đối tượng Aspose.Tasks.VbaModuleAttribute được chỉ định.
public override bool Equals(object obj)
Parameters
obj
object
Các Aspose.Tasks.VbaModuleAttribute được chỉ định đối tượng để so sánh với trường hợp này.
Returns
Trở lại đúng nếu trường hợp này tương đương với đối tượng Aspose.Tasks.VbaModuleAttribute được chỉ định; nếu không, giả.
GetHashCode()
Trả lại giá trị mã hash cho Aspose.Tasks.VbaModuleAttribute này.
public override int GetHashCode()
Returns
Trả lại giá trị mã hash cho đối tượng này.