ActivityTrackingLocation.ActivityType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要匹配的參考活動的共通語言執行時(CLR)型別。
public:
property Type ^ ActivityType { Type ^ get(); void set(Type ^ value); };
public Type ActivityType { get; set; }
member this.ActivityType : Type with get, set
Public Property ActivityType As Type
屬性值
活動的重點 Type 。
備註
你必須指定 或 ActivityTypeNameActivityType 才能表示 ActivityTrackingLocation。 如果你想以版本無關的方式指定參考活動類型,請使用 ActivityTypeName。