ComAliasNameAttribute.Value 属性

定义

获取导入时在类型库中找到的字段或参数的别名。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

属性值

导入时在类型库中找到的字段或参数的别名。

适用于