ExcludedElement.ParentElement Property
Gets the parent model element.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property ParentElement As IModelElement
Get
Private Set
'Usage
Dim instance As ExcludedElement
Dim value As IModelElement
value = instance.ParentElement
public IModelElement ParentElement { get; private set; }
public:
property IModelElement^ ParentElement {
IModelElement^ get ();
private: void set (IModelElement^ value);
}
function get ParentElement () : IModelElement
private function set ParentElement (value : IModelElement)
member ParentElement : IModelElement with get, private set
Property Value
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility Namespace