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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.