XmlDesignerHierarchicalDataSourceView.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 Boolean value indicating whether the data is sample 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 live data.
Returns
This implementation always returns null
.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.