DataModelEventNameHelper.SetProductFeatureEntityName 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.
Overloads
SetProductFeatureEntityName(AssetEvent) |
Set product name, feature name and entity name by parsing event name string. |
SetProductFeatureEntityName(FaultEvent) |
Set product name, feature name and entity name by parsing event name string. |
SetProductFeatureEntityName(OperationEvent) |
Set product name, feature name and entity name by parsing event name string. |
SetProductFeatureEntityName(AssetEvent)
Set product name, feature name and entity name by parsing event name string.
public:
static void SetProductFeatureEntityName(Microsoft::VisualStudio::Telemetry::AssetEvent ^ assetEvent);
public static void SetProductFeatureEntityName (Microsoft.VisualStudio.Telemetry.AssetEvent assetEvent);
static member SetProductFeatureEntityName : Microsoft.VisualStudio.Telemetry.AssetEvent -> unit
Public Shared Sub SetProductFeatureEntityName (assetEvent As AssetEvent)
Parameters
- assetEvent
- AssetEvent
Asset event
Applies to
SetProductFeatureEntityName(FaultEvent)
Set product name, feature name and entity name by parsing event name string.
public:
static void SetProductFeatureEntityName(Microsoft::VisualStudio::Telemetry::FaultEvent ^ faultEvent);
public static void SetProductFeatureEntityName (Microsoft.VisualStudio.Telemetry.FaultEvent faultEvent);
static member SetProductFeatureEntityName : Microsoft.VisualStudio.Telemetry.FaultEvent -> unit
Public Shared Sub SetProductFeatureEntityName (faultEvent As FaultEvent)
Parameters
- faultEvent
- FaultEvent
Fault event
Applies to
SetProductFeatureEntityName(OperationEvent)
Set product name, feature name and entity name by parsing event name string.
public:
static void SetProductFeatureEntityName(Microsoft::VisualStudio::Telemetry::OperationEvent ^ operationEvent);
public static void SetProductFeatureEntityName (Microsoft.VisualStudio.Telemetry.OperationEvent operationEvent);
static member SetProductFeatureEntityName : Microsoft.VisualStudio.Telemetry.OperationEvent -> unit
Public Shared Sub SetProductFeatureEntityName (operationEvent As OperationEvent)
Parameters
- operationEvent
- OperationEvent
Operation event