ConnectedServiceContext.GetExtendedDesignerData<TData> 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.
Gets the designer data for the connected service that is stored in the ConnectedServices.json file for the service.
public:
generic <typename TData>
where TData : class abstract TData GetExtendedDesignerData();
public:
generic <typename TData>
where TData : class abstract TData GetExtendedDesignerData();
template <typename TData>
where TData : class abstract TData GetExtendedDesignerData();
public abstract TData GetExtendedDesignerData<TData> () where TData : class;
abstract member GetExtendedDesignerData : unit -> 'Data (requires 'Data : null)
Public MustOverride Function GetExtendedDesignerData(Of TData As Class) () As TData
Type Parameters
- TData
The type of data being retrieved.
Returns
TData
The extended designer data that is stored in the ConnectedServices.json file. Null is returned if no extended designer data exists.