コード例 #1
0
        public static void FeatureUsed(uint featureId)
        {
            UsageReporterWithoutUI reporter = new UsageReporterWithoutUI();

            reporter.RecordFeatureUsed(featureId);
        }
コード例 #2
0
        public static void DynamicFeatureUsed(string featureName)
        {
            UsageReporterWithoutUI reporter = new UsageReporterWithoutUI();

            reporter.RecordFeatureUsed(featureName);
        }