# DDCssLib.CSSDeclaration.GetImportantValues

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="DDCssLib_CSSDeclaration_GetImportantValues_" data-uid="DDCssLib.CSSDeclaration.GetImportantValues*">GetImportantValues Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="DDCssLib_CSSDeclaration_GetImportantValues_" data-uid="DDCssLib.CSSDeclaration.GetImportantValues*"></a>
<h4 id="DDCssLib_CSSDeclaration_GetImportantValues_DDCssLib_CSSDeclaration__" data-uid="DDCssLib.CSSDeclaration.GetImportantValues(DDCssLib.CSSDeclaration@)">GetImportantValues(ref CSSDeclaration)</h4>
<div class="markdown level1 summary"><p>Returns all of the property/values in this CSSDeclaration instance that were marked with the !important declaration.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void GetImportantValues(ref CSSDeclaration pResult)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="DDCssLib.CSSDeclaration.html">CSSDeclaration</a></td>
      <td><span class="parametername">pResult</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
