PropertyPathHasPath.SetPropertyPath(DomainPath, PropertyPath) 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 PropertyPath.
public:
static void SetPropertyPath(Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ newPropertyPath);
[System.Diagnostics.DebuggerStepThrough]
public static void SetPropertyPath (Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath element, Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath newPropertyPath);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetPropertyPath : Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath * Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath -> unit
Public Shared Sub SetPropertyPath (element As DomainPath, newPropertyPath As PropertyPath)
Parâmetros
- element
- DomainPath
- newPropertyPath
- PropertyPath
- Atributos