DecoratorMapHasVisibilityPropertyPath.SetVisibilityPropertyPath 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 VisibilityPropertyPath.
public:
static void SetVisibilityPropertyPath(Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::VisibilityPropertyPath ^ newVisibilityPropertyPath);
[System.Diagnostics.DebuggerStepThrough]
public static void SetVisibilityPropertyPath (Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap element, Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath newVisibilityPropertyPath);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetVisibilityPropertyPath : Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap * Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath -> unit
Public Shared Sub SetVisibilityPropertyPath (element As DecoratorMap, newVisibilityPropertyPath As VisibilityPropertyPath)
Parameters
- element
- DecoratorMap
- newVisibilityPropertyPath
- VisibilityPropertyPath
- Attributes