다음을 통해 공유


PropertyPathReferencesProperty.SetProperty Method

Sets Property.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
Public Shared Sub SetProperty ( _
    element As PropertyPath, _
    newProperty As DomainProperty _
)
public static void SetProperty(
    PropertyPath element,
    DomainProperty newProperty
)
public:
static void SetProperty(
    PropertyPath^ element, 
    DomainProperty^ newProperty
)
static member SetProperty : 
        element:PropertyPath * 
        newProperty:DomainProperty -> unit 
public static function SetProperty(
    element : PropertyPath, 
    newProperty : DomainProperty
)

Parameters

.NET Framework Security

See Also

Reference

PropertyPathReferencesProperty Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace