LinkTargetCollection::Item Property (Int32)

 

Gets or sets the LinkTarget at the specified index.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property LinkTarget^ default[
	int index
] {
	LinkTarget^ get(int index);
	void set(int index, LinkTarget^ value);
}

Parameters

index
Type: System::Int32

The index of the target being written or read.

Property Value

Type: System.Windows.Documents::LinkTarget^

The LinkTarget at the specified index.

.NET Framework
Available since 3.0
Return to top
Show: