コード例 #1
0
ファイル: AutomationPeer.cs プロジェクト: MartinZikmund/Uno
 protected internal global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple ProviderFromPeer(global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
 {
     throw new global::System.NotImplementedException("The member IRawElementProviderSimple AutomationPeer.ProviderFromPeer(AutomationPeer peer) is not implemented in Uno.");
 }
コード例 #2
0
ファイル: AutomationPeer.cs プロジェクト: MartinZikmund/Uno
 public void RaiseStructureChangedEvent(global::Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, global::Windows.UI.Xaml.Automation.Peers.AutomationPeer child)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.RaiseStructureChangedEvent(AutomationStructureChangeType structureChangeType, AutomationPeer child)");
 }
コード例 #3
0
 public AutomationPeerAnnotation(global::Windows.UI.Xaml.Automation.AnnotationType type, global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) : base()
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation", "AutomationPeerAnnotation.AutomationPeerAnnotation(AnnotationType type, AutomationPeer peer)");
 }
コード例 #4
0
 public void SetParent(global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.SetParent(AutomationPeer peer)");
 }
コード例 #5
0
ファイル: AutomationPeer.cs プロジェクト: Robert-Louis/Uno
 public void SetParent(global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) => _parent = peer;