PropertyPathHasPath.SetPropertyPath (Método)
establece PropertyPath.
Espacio de nombres: Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Sintaxis
'Declaración
Public Shared Sub SetPropertyPath ( _
element As DomainPath, _
newPropertyPath As PropertyPath _
)
public static void SetPropertyPath(
DomainPath element,
PropertyPath newPropertyPath
)
Parámetros
- element
Tipo: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
- newPropertyPath
Tipo: Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)