Udostępnij za pośrednictwem


PickerDialog.DataHandlerId Property

Sets or gets the GUID of the Picker Dialog data handler component.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property DataHandlerId As String
    Get
    Set
'Usage
Dim instance As PickerDialog
Dim value As String

value = instance.DataHandlerId

instance.DataHandlerId = value
string DataHandlerId { get; set; }

Property Value

Type: System.String

Remarks

Read/write. You must specify this property before invoking the Picker Dialog.

See Also

Reference

PickerDialog Interface

PickerDialog Members

Microsoft.Office.Core Namespace