TableEntryHandleExtensions.TryCreateColumnContent 메서드

정의

특정 항목 & 열에 대한 콘텐츠(있는 경우)를 가져오는 도우미입니다.

public:
[System::Runtime::CompilerServices::Extension]
 static bool TryCreateColumnContent(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition ^ column, bool singleColumnView, [Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % content);
public static bool TryCreateColumnContent (this Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition column, bool singleColumnView, out System.Windows.FrameworkElement content);
static member TryCreateColumnContent : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition * bool * FrameworkElement -> bool
<Extension()>
Public Function TryCreateColumnContent (entry As ITableEntryHandle, column As ITableColumnDefinition, singleColumnView As Boolean, ByRef content As FrameworkElement) As Boolean

매개 변수

singleColumnView
Boolean

반환

Boolean를 반환합니다.

설명

이 코드는 먼저 항목이 해당 데이터를 직접 제공하는지 확인하고, 그렇지 않은 경우 열과 연결된 변환기를 사용하는지 확인합니다.

적용 대상