DropTargetContext.Set 메서드
나중에 사용 하기 위해 지정 된 트랜잭션 드롭 대상 컨텍스트 정보가 추가 됩니다.
네임스페이스: Microsoft.VisualStudio.Modeling.Diagrams
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
구문
‘선언
Public Shared Sub Set ( _
transaction As Transaction, _
targetDiagramId As Guid, _
dropLocation As PointD, _
ghostShapes As GhostShapeCollection _
)
public static void Set(
Transaction transaction,
Guid targetDiagramId,
PointD dropLocation,
GhostShapeCollection ghostShapes
)
매개 변수
- transaction
형식: Microsoft.VisualStudio.Modeling.Transaction
드롭 대상 컨텍스트를 저장 하는 트랜잭션.
- targetDiagramId
형식: System.Guid
다이어그램의 놓기 대상의 Id입니다.
- dropLocation
형식: Microsoft.VisualStudio.Modeling.Diagrams.PointD
절대 영역 좌표에 위치 합니다.
- ghostShapes
형식: Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
제안 된 속성 (예: 제안 된 범위)을 제공 유령 셰이프입니다.null일 수 있습니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.