CompartmentMapHasElementsDisplayedPath.SetElementsDisplayed Method
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.
Sets ElementsDisplayed.
public:
static void SetElementsDisplayed(Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentMap ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ newPath);
[System.Diagnostics.DebuggerStepThrough]
public static void SetElementsDisplayed (Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMap element, Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath newPath);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetElementsDisplayed : Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMap * Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath -> unit
Public Shared Sub SetElementsDisplayed (element As CompartmentMap, newPath As DomainPath)
Parameters
- element
- CompartmentMap
- newPath
- DomainPath
- Attributes