CodeDomEventBindingService.CodeDomAdapter 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 the code DOM data adapter.
protected:
abstract property Microsoft::VisualStudio::Shell::Design::Serialization::CodeDom::CodeDomDocDataAdapter ^ CodeDomAdapter { Microsoft::VisualStudio::Shell::Design::Serialization::CodeDom::CodeDomDocDataAdapter ^ get(); };
protected abstract Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDataAdapter CodeDomAdapter { get; }
member this.CodeDomAdapter : Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDataAdapter
Protected MustOverride ReadOnly Property CodeDomAdapter As CodeDomDocDataAdapter