Aracılığıyla paylaş


IGridItemProvider.ContainingGrid Özellik

Tanım

Hücrenin veya öğenin kapsayıcısını uygulayan IGridProvider ve temsil eden bir UI Otomasyonu sağlayıcısı alır.

public:
 property System::Windows::Automation::Provider::IRawElementProviderSimple ^ ContainingGrid { System::Windows::Automation::Provider::IRawElementProviderSimple ^ get(); };
public System.Windows.Automation.Provider.IRawElementProviderSimple ContainingGrid { get; }
member this.ContainingGrid : System.Windows.Automation.Provider.IRawElementProviderSimple
Public ReadOnly Property ContainingGrid As IRawElementProviderSimple

Özellik Değeri

IRawElementProviderSimple

ve öğesini uygulayan GridPattern ve hücreyi veya öğe kapsayıcısını temsil eden bir UI Otomasyonu sağlayıcısı.

Örnekler

Aşağıdaki örnek kod, kılavuz kapsayıcısını temsil eden bir iç değişken olarak depolanan bir nesnesi döndürür. Bu nesne ve IRawElementProviderFragmentRootuygularIGridProvider.

IRawElementProviderSimple IGridItemProvider.ContainingGrid
{
    get 
    { 
        return ItemContainingGrid; 
    }
}
Private ReadOnly Property ContainingGrid() As IRawElementProviderSimple Implements IGridItemProvider.ContainingGrid
    Get
        Return ItemContainingGrid
    End Get
End Property

Şunlara uygulanır

Ayrıca bkz.