SiteMapDesignerHierarchicalDataSourceView.GetDesignTimeData(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates design-time data that matches the schema of the associated data source control and returns a value indicating whether the data is sample data or real data.
public:
override System::Web::UI::IHierarchicalEnumerable ^ GetDesignTimeData([Runtime::InteropServices::Out] bool % isSampleData);
public override System.Web.UI.IHierarchicalEnumerable GetDesignTimeData (out bool isSampleData);
override this.GetDesignTimeData : bool -> System.Web.UI.IHierarchicalEnumerable
Public Overrides Function GetDesignTimeData (ByRef isSampleData As Boolean) As IHierarchicalEnumerable
Parameters
- isSampleData
- Boolean
true
to indicate that the returned data is sample data; false
to indicate that the returned data is real data.
Returns
Design-time data that matches the schema of the associated data source control.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.