IEntityValue.SetSite(IEntitySite) 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.
Set the site to the entity data object.
public void SetSite (Microsoft.VisualStudio.ProjectSystem.Query.IEntitySite site);
abstract member SetSite : Microsoft.VisualStudio.ProjectSystem.Query.IEntitySite -> unit
Public Sub SetSite (site As IEntitySite)
Parameters
- site
- IEntitySite
The IEntitySite bound to the data object.