ProtoPropertyValue.CreatePropertyAssignment(Partition) 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.
Creates an PropertyAssignment object for the property
public:
Microsoft::VisualStudio::Modeling::PropertyAssignment ^ CreatePropertyAssignment(Microsoft::VisualStudio::Modeling::Partition ^ partition);
public Microsoft.VisualStudio.Modeling.PropertyAssignment CreatePropertyAssignment (Microsoft.VisualStudio.Modeling.Partition partition);
member this.CreatePropertyAssignment : Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.PropertyAssignment
Public Function CreatePropertyAssignment (partition As Partition) As PropertyAssignment
Parameters
- partition
- Partition
The Partition to create the PropertyAssignment in.
Returns
The PropertyAssignment object