DomainDataDirectory.GetDomainProperty(Guid) 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.
Gets domain property by Id.
public:
Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ GetDomainProperty(Guid id);
public Microsoft.VisualStudio.Modeling.DomainPropertyInfo GetDomainProperty (Guid id);
member this.GetDomainProperty : Guid -> Microsoft.VisualStudio.Modeling.DomainPropertyInfo
Public Function GetDomainProperty (id As Guid) As DomainPropertyInfo
Parameters
- id
- Guid
Id of the property to look for.
Returns
DomainPropertyInfo with specified Id.