ComSourceInterfacesAttribute.Value 属性

定义

获取事件源接口的完全限定名。

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

属性值

事件源接口的完全限定名。

注解

如果指定多个源接口,则返回的值是完全限定的事件源接口名称的 null 分隔列表。

适用于