Inheritance: ISemanticZoomLocation
コード例 #1
0
 public void ISemanticZoomInformation.CompleteViewChangeTo([In] SemanticZoomLocation source, [In] SemanticZoomLocation destination);
コード例 #2
0
 public void ISemanticZoomInformation.MakeVisible([In] SemanticZoomLocation item);
コード例 #3
0
 public void ISemanticZoomInformation.StartViewChangeFrom([In] SemanticZoomLocation source, [In] SemanticZoomLocation destination);
コード例 #4
0
 public void StartViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
     destination.Item = CurrentItem;
 }
コード例 #5
0
 public void StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
 }
コード例 #6
0
 public void MakeVisible(SemanticZoomLocation item)
 {
 }
コード例 #7
0
 public void CompleteViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
 }
コード例 #8
0
 public void StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
     //throw new NotImplementedException();
 }
コード例 #9
0
 public void MakeVisible(SemanticZoomLocation item)
 {
     //throw new NotImplementedException();
 }
コード例 #10
0
 public void CompleteViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
     //throw new NotImplementedException();
 }