# C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance" data-uid="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance" class="text-break">Serializer.C1TypeDescriptorContextCreateInstance Class
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Serializer.C1TypeDescriptorContextCreateInstance</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iserviceprovider">IServiceProvider</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TrueDBGrid.Util.Xml.Serialization.html">C1.Win.TrueDBGrid.Util.Xml.Serialization</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TrueDBGrid.10.dll</h6>
  <h5 id="C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Serializer.C1TypeDescriptorContextCreateInstance : ITypeDescriptorContext, IServiceProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Serializer.C1TypeDescriptorContextCreateInstance
    Implements ITypeDescriptorContext, IServiceProvider</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance__ctor" data-uid="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.#ctor">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.-ctor.html#C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance__ctor">C1TypeDescriptorContextCreateInstance()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.html">Serializer.C1TypeDescriptorContextCreateInstance</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_Container" data-uid="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.Container">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.Container.html#C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_Container">Container</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the container representing this <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typedescriptor">TypeDescriptor</a> request.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_Instance" data-uid="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.Instance">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.Instance.html#C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_Instance">Instance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object that is connected with this type descriptor request.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_PropertyDescriptor" data-uid="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.PropertyDescriptor">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.PropertyDescriptor.html#C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_PropertyDescriptor">PropertyDescriptor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.propertydescriptor">PropertyDescriptor</a> that is associated with the given context item.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_GetService_System_Type_" data-uid="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.GetService(System.Type)">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.GetService.html#C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_GetService_System_Type_">GetService(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the service object of the specified type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_OnComponentChanged" data-uid="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.OnComponentChanged">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.OnComponentChanged.html#C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_OnComponentChanged">OnComponentChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.icomponentchangeservice.componentchanged">ComponentChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_OnComponentChanging" data-uid="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.OnComponentChanging">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.OnComponentChanging.html#C1_Win_TrueDBGrid_Util_Xml_Serialization_Serializer_C1TypeDescriptorContextCreateInstance_OnComponentChanging">OnComponentChanging()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.icomponentchangeservice.componentchanging">ComponentChanging</a> event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
