你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DetectedPropertiesInfo.AddPropertyInfo Method

Definition

Overloads

AddPropertyInfo(String, HashSet<String>)
AddPropertyInfo(String, String)

AddPropertyInfo(String, HashSet<String>)

public void AddPropertyInfo (string propertyName, System.Collections.Generic.HashSet<string> monikers);
member this.AddPropertyInfo : string * System.Collections.Generic.HashSet<string> -> unit
Public Sub AddPropertyInfo (propertyName As String, monikers As HashSet(Of String))

Parameters

propertyName
String
monikers
HashSet<String>

Applies to

AddPropertyInfo(String, String)

public void AddPropertyInfo (string propertyName, string moniker);
member this.AddPropertyInfo : string * string -> unit
Public Sub AddPropertyInfo (propertyName As String, moniker As String)

Parameters

propertyName
String
moniker
String

Applies to