StoreLogPropertyDefinition.CanonicalRepresentation 属性

定义

当某个设置通过管道流动时,该设置可能会以不同的格式保存。 这是设置值的表示形式,它将保持不变,而与基础序列化格式无关。

public:
 static property Microsoft::VisualStudio::Settings::StoreLogPropertyDefinition<System::String ^> ^ CanonicalRepresentation { Microsoft::VisualStudio::Settings::StoreLogPropertyDefinition<System::String ^> ^ get(); };
public static Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition<string> CanonicalRepresentation { get; }
member this.CanonicalRepresentation : Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition<string>
Public Shared ReadOnly Property CanonicalRepresentation As StoreLogPropertyDefinition(Of String)

属性值

StoreLogPropertyDefinition<String>

适用于