TemplatedEditableDesignerRegion.IsSingleInstanceTemplate Property
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.
Gets or sets whether the template occurs only once per instance of the containing control, such as a header
template, or can appear many times according to available data, such as an item
template.
public:
virtual property bool IsSingleInstanceTemplate { bool get(); void set(bool value); };
public virtual bool IsSingleInstanceTemplate { get; set; }
member this.IsSingleInstanceTemplate : bool with get, set
Public Overridable Property IsSingleInstanceTemplate As Boolean
Property Value
true
if the template appears only once; otherwise, false
.
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.