4 references to DirectoryVirtualListViewContext
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
301public DirectoryVirtualListView(int beforeCount, int afterCount, int offset, System.DirectoryServices.DirectoryVirtualListViewContext? context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 303public DirectoryVirtualListView(int beforeCount, int afterCount, string? target, System.DirectoryServices.DirectoryVirtualListViewContext? context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 311public System.DirectoryServices.DirectoryVirtualListViewContext? DirectoryVirtualListViewContext { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 323public System.DirectoryServices.DirectoryVirtualListViewContext Copy() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }