IFeatureServiceFactory.GetOrCreate(IPropertyOwner) Method

Definition

Gets the IFeatureService for the specified scope.

public:
 Microsoft::VisualStudio::Utilities::IFeatureService ^ GetOrCreate(Microsoft::VisualStudio::Utilities::IPropertyOwner ^ scope);
public Microsoft.VisualStudio.Utilities.IFeatureService GetOrCreate (Microsoft.VisualStudio.Utilities.IPropertyOwner scope);
abstract member GetOrCreate : Microsoft.VisualStudio.Utilities.IPropertyOwner -> Microsoft.VisualStudio.Utilities.IFeatureService
Public Function GetOrCreate (scope As IPropertyOwner) As IFeatureService

Parameters

Returns

Applies to