Klasa PluginOrRuleProperty
Reprezentuje nazwę i wartość jednej właściwości dla reguły lub dodatku typu plug-in.
Hierarchia dziedziczenia
Object
Microsoft.VisualStudio.TestTools.WebTesting.PluginOrRuleProperty
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.WebTesting
Zestaw: Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Składnia
'Deklaracja
<SerializableAttribute> _
Public Class PluginOrRuleProperty _
Implements ICloneable
[SerializableAttribute]
public class PluginOrRuleProperty : ICloneable
[SerializableAttribute]
public ref class PluginOrRuleProperty : ICloneable
[<SerializableAttribute>]
type PluginOrRuleProperty =
class
interface ICloneable
end
public class PluginOrRuleProperty implements ICloneable
Typ PluginOrRuleProperty uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
PluginOrRuleProperty() | Inicjuje nowe wystąpienie PluginOrRuleProperty klasy. | |
PluginOrRuleProperty(String, String) | Inicjuje nowe wystąpienie PluginOrRuleProperty klasy przy użyciu określonej nazwy i wartości. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
Name | Zwraca lub ustawia nazwę właściwości. | |
Value | Zwraca lub ustawia wartość właściwości. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
Clone | Tworzy nowy PluginOrRuleProperty obiekt, który jest kopią bieżącej instancji. | |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). | |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). | |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). | |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). | |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.