PathHasSegments.SetPath(PathSegment, DomainPath) 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 Path.
public:
static void SetPath(Microsoft::VisualStudio::Modeling::DslDefinition::PathSegment ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ newPath);
[System.Diagnostics.DebuggerStepThrough]
public static void SetPath (Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment element, Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath newPath);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetPath : Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment * Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath -> unit
Public Shared Sub SetPath (element As PathSegment, newPath As DomainPath)
Parameters
- element
- PathSegment
- newPath
- DomainPath
- Attributes