Northwoods.GoSilverlight 1.1.3 Assembly
SetSelectionElementName Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : SetSelectionElementName Method

d
the root Part.VisualElement
v
Sets the value of the SelectionElementName attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetSelectionElementName( _
   ByVal d As DependencyObject, _
   ByVal v As String _
) 
C# 
public static void SetSelectionElementName( 
   DependencyObject d,
   string v
)

Parameters

d
the root Part.VisualElement
v

See Also