PerLanguageOption<T>.StorageLocations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Microsoft.CodeAnalysis.Options.PerLanguageOption2`1.StorageLocations
public:
property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Options::OptionStorageLocation ^> StorageLocations { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Options::OptionStorageLocation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Options.OptionStorageLocation> StorageLocations { get; }
member this.StorageLocations : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Options.OptionStorageLocation>
Public ReadOnly Property StorageLocations As ImmutableArray(Of OptionStorageLocation)