Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Finds the position value of the specified position.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Function Find ( _
position As RelativePosition _
) As RelativeValue
public RelativeValue Find(
RelativePosition position
)
public:
RelativeValue Find(
RelativePosition^ position
)
member Find :
position:RelativePosition -> RelativeValue
public function Find(
position : RelativePosition
) : RelativeValue
Parameters
- position
Type: Microsoft.Windows.Design.Interaction.RelativePosition
A RelativePosition to find.
Return Value
Type: Microsoft.Windows.Design.Interaction.RelativeValue
A RelativeValue of the specified position.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | position is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace