Contact.ProviderProperties 属性

定义

获取联系人的属性集对象。

public:
 property IPropertySet ^ ProviderProperties { IPropertySet ^ get(); };
IPropertySet ProviderProperties();
public IPropertySet ProviderProperties { get; }
var iPropertySet = contact.providerProperties;
Public ReadOnly Property ProviderProperties As IPropertySet

属性值

联系人的属性集对象。

Windows 要求

应用功能
contactsSystem

注解

如果由应用程序设置,则不会保留此属性的值。

适用于

另请参阅