Ce sujet n'a pas encore été évalué - Évaluez ce sujet

OLEFormat.DoVerb Method

Requests that an OLE object perform one of its available verbs— the actions an OLE object takes to activate its contents. Each OLE object supports a set of verbs that pertain to that object.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

'Utilisation
Dim VerbIndex As Object
Dim oLEFormat1 As OLEFormat
oLEFormat1.DoVerb(VerbIndex)
void DoVerb(
	[In, Optional] ref object VerbIndex
);
public void DoVerb(
	/*in*/System.Object VerbIndex
);
function DoVerb(
	 VerbIndex : Object
);

Parameters

VerbIndex

Optional Object. The verb that the OLE object should perform. If this argument is omitted, the default verb is sent. If the OLE object does not support the requested verb, an error will occur. Can be any WdOLEVerb constant.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Cela vous a-t-il été utile ?
(1500 caractères restants)
© 2013 Microsoft. Tous droits réservés.