ActivationArguments.ActivationData Property
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 activation data from the host.
public:
property cli::array <System::String ^> ^ ActivationData { cli::array <System::String ^> ^ get(); };
public string[] ActivationData { get; }
member this.ActivationData : string[]
Public ReadOnly Property ActivationData As String()
Property Value
String[]
An array of strings containing host-provided activation data.
Remarks
The activation data consists of information such as the query string portion of a URL.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.