DetectedPropertiesInfo.AddPropertyInfo 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
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