DynamicDataExtensions.GetDefaultValues 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기본값을 가져옵니다.
오버로드
| Name | Description |
|---|---|
| GetDefaultValues(IDataSource) |
지정된 데이터 원본에 대한 기본값의 컬렉션을 가져옵니다. |
| GetDefaultValues(INamingContainer) |
지정된 데이터 컨트롤의 기본값 컬렉션을 가져옵니다. |
GetDefaultValues(IDataSource)
지정된 데이터 원본에 대한 기본값의 컬렉션을 가져옵니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GetDefaultValues(System::Web::UI::IDataSource ^ dataSource);
public static System.Collections.Generic.IDictionary<string,object> GetDefaultValues(this System.Web.UI.IDataSource dataSource);
static member GetDefaultValues : System.Web.UI.IDataSource -> System.Collections.Generic.IDictionary<string, obj>
<Extension()>
Public Function GetDefaultValues (dataSource As IDataSource) As IDictionary(Of String, Object)
매개 변수
- dataSource
- IDataSource
기본값을 가져올 데이터 원본입니다.
반품
개체와 연결된 기본값의 IDataSource 컬렉션입니다.
설명
기본값의 컬렉션은 또는 EnableDynamicData 메서드를 SetMetaTable 사용하여 설정됩니다.
적용 대상
GetDefaultValues(INamingContainer)
지정된 데이터 컨트롤의 기본값 컬렉션을 가져옵니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GetDefaultValues(System::Web::UI::INamingContainer ^ control);
public static System.Collections.Generic.IDictionary<string,object> GetDefaultValues(this System.Web.UI.INamingContainer control);
static member GetDefaultValues : System.Web.UI.INamingContainer -> System.Collections.Generic.IDictionary<string, obj>
<Extension()>
Public Function GetDefaultValues (control As INamingContainer) As IDictionary(Of String, Object)
매개 변수
- control
- INamingContainer
기본값을 가져올 데이터 컨트롤입니다.
반품
개체와 연결된 기본값의 INamingContainer 컬렉션입니다.
설명
기본값의 컬렉션은 또는 EnableDynamicData 메서드를 SetMetaTable 사용하여 설정됩니다.