HostedWpfControl.ImplementedAsCcf20 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 a Boolean value that specifies whether the system runs certain routines as CCF 2.0 or prior.
public:
virtual property bool ImplementedAsCcf20 { bool get(); };
public virtual bool ImplementedAsCcf20 { get; }
member this.ImplementedAsCcf20 : bool
Public Overridable ReadOnly Property ImplementedAsCcf20 As Boolean
Property Value
True
if the system runs certain routines as CCF 2.0, otherwise false
.