Dela via


ISchemaHierarchyGenerator.UserInteractionServices Property

Gets or sets the user interaction services object.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Property UserInteractionServices As UserInteractionServices
UserInteractionServices UserInteractionServices { get; set; }
property UserInteractionServices^ UserInteractionServices {
    UserInteractionServices^ get ();
    void set (UserInteractionServices^ value);
}
abstract UserInteractionServices : UserInteractionServices with get, set
function get UserInteractionServices () : UserInteractionServices
function set UserInteractionServices (value : UserInteractionServices)

Property Value

Type: Microsoft.Data.Schema.UserInteractionServices

.NET Framework Security

See Also

Reference

ISchemaHierarchyGenerator Interface

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace