CompartmentMapHasPropertyDisplayedPath.SetPropertyDisplayed 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 PropertyDisplayed.
public:
static void SetPropertyDisplayed(Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentMap ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ newPropertyPath);
[System.Diagnostics.DebuggerStepThrough]
public static void SetPropertyDisplayed (Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMap element, Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath newPropertyPath);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetPropertyDisplayed : Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMap * Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath -> unit
Public Shared Sub SetPropertyDisplayed (element As CompartmentMap, newPropertyPath As PropertyPath)
Parameters
- element
- CompartmentMap
- newPropertyPath
- PropertyPath
- Attributes