ItemContainerGenerator.StartAt 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 GeneratorPosition 에서 시작하여 지정된 GeneratorDirection에서 이동하여 항목을 생성하도록 생성기를 준비합니다. 또한 이 메서드는 생성된(실현된) 항목에서 시작할지 여부를 제어합니다.
public:
virtual void StartAt(GeneratorPosition position, GeneratorDirection direction, bool allowStartAtRealizedItem) = StartAt;
void StartAt(GeneratorPosition const& position, GeneratorDirection const& direction, bool const& allowStartAtRealizedItem);
public void StartAt(GeneratorPosition position, GeneratorDirection direction, bool allowStartAtRealizedItem);
function startAt(position, direction, allowStartAtRealizedItem)
Public Sub StartAt (position As GeneratorPosition, direction As GeneratorDirection, allowStartAtRealizedItem As Boolean)
매개 변수
- position
- GeneratorPosition
항목 생성을 시작할 항목의 위치를 지정하는 GeneratorPosition 입니다.
- direction
- GeneratorDirection
항목 생성을 시작할 항목의 위치를 지정합니다.
- allowStartAtRealizedItem
-
Boolean
bool
생성된(실현된) 항목에서 시작할지 여부를 지정합니다.