PropertyPathHasPath.SetPathToProperty(PropertyPath, DomainPath) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define PathToProperty.
public:
static void SetPathToProperty(Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ newPath);
[System.Diagnostics.DebuggerStepThrough]
public static void SetPathToProperty (Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath element, Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath newPath);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetPathToProperty : Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath * Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath -> unit
Public Shared Sub SetPathToProperty (element As PropertyPath, newPath As DomainPath)
Parâmetros
- element
- PropertyPath
- newPath
- DomainPath
- Atributos