StoreLogPropertyDefinition.CanonicalRepresentation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当某个设置通过管道流动时,该设置可能会以不同的格式保存。 这是设置值的表示形式,它将保持不变,而与基础序列化格式无关。
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)