Share via


DomainDataDirectory.GetDomainProperty Method

Gets a ___domain property with a specific ID.

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

Syntax

'Declaration
Public Function GetDomainProperty ( _
    id As Guid _
) As DomainPropertyInfo
public DomainPropertyInfo GetDomainProperty(
    Guid id
)
public:
DomainPropertyInfo^ GetDomainProperty(
    Guid id
)
member GetDomainProperty : 
        id:Guid -> DomainPropertyInfo 
public function GetDomainProperty(
    id : Guid
) : DomainPropertyInfo

Parameters

  • id
    Type: System.Guid
    The ID of the ___domain property.

Return Value

Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
A DomainPropertyInfo object with the specified ID.

Exceptions

Exception Condition
DomainDataNotFoundException

If the requested ___domain property is not found.

Remarks

If the ___domain property is not found, an exception is thrown.

.NET Framework Security

See Also

Reference

DomainDataDirectory Class

Microsoft.VisualStudio.Modeling Namespace