다음을 통해 공유


VisualCollection.InsertAtBottom(Visual) 메서드

정의

시각적 개체 컬렉션의 아래쪽에 새 시각적 개체를 삽입합니다.

public:
 virtual void InsertAtBottom(Visual ^ newChild) = InsertAtBottom;
void InsertAtBottom(Visual const& newChild);
public void InsertAtBottom(Visual newChild);
function insertAtBottom(newChild)
Public Sub InsertAtBottom (newChild As Visual)

매개 변수

newChild
Visual

삽입할 새 시각적 개체입니다.

설명

VisualCollections는 아래쪽에서 위쪽으로 정렬되며 컬렉션을 반복하거나 열거하는 작업은 항상 아래쪽에서 위쪽으로 수행됩니다.

적용 대상